• 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.

    • Optional callback: Function

      Function called after done.

    Returns any

Methods

  • Parameters

    • editor: Editor
    • Optional callback: Function

    Returns void

  • Parameters

    • editor: Editor
    • Optional callback: Function

    Returns void

  • Parameters

    • editor: Editor
    • Optional callback: Function

    Returns void

Generated using TypeDoc