AboutSupportDeveloper GuideVersion 22.3.18

Interface GlobalContextMenuOptionActionPayload

Payload received by a Custom Action that is invoked by a custom global context menu option

interface GlobalContextMenuOptionActionPayload {
    callerType: GlobalContextMenu;
    customData?: any;
    windowIdentity: Identity_4;
}

Properties

callerType: GlobalContextMenu
customData?: any

Any data necessary for the functioning of specified custom action

windowIdentity: Identity_4

Identity of the browser window where the context menu is invoked