Type Aliases
Configuration, event, filter and data shapes exchanged with the embedded frame. Most integrations only need TFrameConfig and TFrameEvents; the remaining types describe what the instance methods accept and return.
Overview
The following types are available:
| Type | Description |
|---|---|
TBannerDisplaying | The template literal type for the display options of the header banner. |
TEditorCustomization | The editor customization configuration. |
TEditorType | The template literal type based on the EditorType enum. |
TEventReturnData | The event return data structure. |
TFilterSortBy | The template literal type representing the filter sort options. |
TFilterSortOrder | The template literal type representing the filter sort order. |
TFrameConfig | The frame configuration. |
TFrameEvents | The frame event handlers. |
TFrameFilter | The frame filter criteria. |
TFrameMode | The template literal type representing the frame mode based on SDKMode. |
TManagerViewMode | The template literal type representing the manager view mode. |
TMessageData | The message data structure. |
TMessageTypes | The template literal type for message types. |
TSelectorType | The template literal type for the selector filters. |
TTask | The task object structure. |
TTheme | The template literal type representing the theme options. |