AboutSupportDeveloper GuideVersion 22.3.18

Interface OpenSaveContextMenuOptionActionPayload

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

interface OpenSaveContextMenuOptionActionPayload {
    callerType: SaveButtonContextMenu;
    customData?: any;
    pageId: string;
    windowIdentity: Identity_4;
}

Properties

customData?: any

Any data necessary for the functioning of specified custom action

pageId: string

Id of the page on which the context menu is invoked

windowIdentity: Identity_4

Identity of the browser window where the context menu is invoked