Hosanna UI API v1.30.2-next
    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.