Function openAlertDialog

  • Opens a dialog with dynamic height and width based on text content.

    Parameters

    • title: string

      The title of the dialog.

    • text: string

      The text content of the dialog.

    Returns Promise<any>

    • A Promise with the dialog response.

Generated using TypeDoc