hosanna-ui-docs - v0.9.0
    Preparing search index...

    Interface KeyboardDialogEvent

    Interface representing a keyboard dialog event.

    interface KeyboardDialogEvent {
        dialog: ISGNStandardKeyboardDialog;
        result: KeyboardDialogResult;
        text: string;
    }
    Index

    Properties

    Properties

    The dialog instance.

    The result of the dialog (Continue or Cancel).

    text: string

    The text entered in the dialog.