• Triggers the display of a text alert.

    Parameters

    • mgr: ContextManager

      The ContextManager instance to access the TextAlertContext.

    • txt: string

      The text content for the alert.

    • Optionaloptions: TextAlertOptions

      Optional configuration for the text alert appearance and behavior.

    Returns {
        close: (() => void);
    }

    • close: (() => void)
        • (): void
        • Returns void