WindowFunctions.requestMessage

Runs window/showMessageRequest which typically shows a message box with possible action buttons to click. Returns the action which got clicked or one with null title if it has been dismissed.

  1. MessageActionItem requestMessage(MessageType type, string message, MessageActionItem[] actions)
  2. string requestMessage(MessageType type, string message, string[] actions)
    struct WindowFunctions
    string
    requestMessage
    (,
    string message
    ,
    string[] actions
    )

Meta