Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace InputDialog

Namespace for input dialogs

Index

Functions

getBoolean

  • Create and show a input dialog for a boolean.

    Parameters

    Returns Promise<IResult<boolean>>

    A promise that resolves with whether the dialog was accepted

getItem

  • Create and show a input dialog for a choice.

    Parameters

    Returns Promise<IResult<string>>

    A promise that resolves with whether the dialog was accepted

getNumber

  • Create and show a input dialog for a number.

    Parameters

    Returns Promise<IResult<number>>

    A promise that resolves with whether the dialog was accepted

getPassword

  • Create and show a input dialog for a password.

    Parameters

    • options: Omit<ITextOptions, "selectionRange">

      The dialog setup options.

    Returns Promise<IResult<string>>

    A promise that resolves with whether the dialog was accepted

getText

  • Create and show a input dialog for a text.

    Parameters

    Returns Promise<IResult<string>>

    A promise that resolves with whether the dialog was accepted

Generated using TypeDoc