跳到主要内容

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:

TypeDescription
TBannerDisplayingThe template literal type for the display options of the header banner.
TEditorCustomizationThe editor customization configuration.
TEditorTypeThe template literal type based on the EditorType enum.
TEventReturnDataThe event return data structure.
TFilterSortByThe template literal type representing the filter sort options.
TFilterSortOrderThe template literal type representing the filter sort order.
TFrameConfigThe frame configuration.
TFrameEventsThe frame event handlers.
TFrameFilterThe frame filter criteria.
TFrameModeThe template literal type representing the frame mode based on SDKMode.
TManagerViewModeThe template literal type representing the manager view mode.
TMessageDataThe message data structure.
TMessageTypesThe template literal type for message types.
TSelectorTypeThe template literal type for the selector filters.
TTaskThe task object structure.
TThemeThe template literal type representing the theme options.