Home > @i2analyze/notebook-sdk > dialog
dialog namespace
The members of the dialog
namespace enable you to create and display dialog windows from your plug-ins that are modal with respect to the whole i2 Notebook application.
Signature:
export declare namespace dialog
Introduced: version 1.4
Interfaces
Interface | Description |
---|---|
DialogEventMap | A mapping of dialog event types to their listener types. |
DialogEventOptionsMap | A mapping of dialog event types to their listener options types. |
IDialogAction | An action for a dialog window. |
IDialogActionConfig | A set of information for creating or modifying a dialog action. |
IDialogApi | A collection of methods and properties that allow plug-in dialogs to interact with i2 Notebook. |
IDialogConfig | A set of information for creating a dialog. |
ISystemDialogActions | A lookup table for the identifiers of the standard dialog action. |
Type Aliases
Type Alias | Description |
---|---|
DialogActionId | An identifier of a dialog action. |
DialogActionListener | A callback function that handles dialog action events. |
DialogSize | A size for a dialog window. |