• Prompt plugin is used for getting input from user.

    Parameters

    • editor: Editor

      Ouside editor related to this prompt. Will be blurred when prompt is open.

    • message: string | Partial<PromptOptions>

      Predefined value of prompt input box.

    • options: Partial<PromptOptions>

      Cusomizable options for this prompt.

    • Optionalcallback: Function

      Function called after done.

    Returns any