AppNotificationManager Class
The AppNotificationManager class is a subclass of NotificationManager in @bentley/imodeljs-frontend. This implementation uses the iModel.js UI library to display alerts, messages, prompts and tooltips.
Extends
Methods
| Name | Description | |
|---|---|---|
| _showToolTip(el: HTMLElement, message: HTMLElement | string, pt?: XAndY, options?: ToolTipOptions): void Protected | Show a ToolTip window. | |
| clearToolTip(): void | Clear the ToolTip if it is currently open. | |
| Hide a InputField message. | ||
| Hides the Pointer message. | ||
| End an activity message. | ||
| Output a MessageBox and wait for response from the user. | ||
| Output an activity message to the user. | ||
| Output a message and/or alert to the user. | ||
| outputPrompt(prompt: string): void | Output a prompt to the user. | |
| outputPromptByKey(key: string): void | Output a prompt, given an i18n key. | |
| Set up for activity messages. | ||
| Update message position created with Pointer. |
Inherited methods
| Name | Inherited from | Description |
|---|---|---|
| openToolTip(htmlElement: HTMLElement, message: HTMLElement | string, location?: XAndY, options?: ToolTipOptions): void | NotificationManager | Show a tooltip window. |
Properties
Inherited properties
| Name | Type | Inherited from | Description |
|---|---|---|---|
| toolTipLocation | Point2d | NotificationManager |
Defined in
Last Updated: 08 January, 2020