Function fire

  • Creates a prompt dialog.

    Type Parameters

    • I extends keyof Inputs

      The input type.

    Parameters

    • options: Options<I>

      The options of the dialog.

    Returns Promise<false | Inputs[I][0]>

    A promise that resolves to the input value or false if the dialog was cancelled.

Generated using TypeDoc