AboutSupportDeveloper GuideVersion 22.3.18
interface ViewTabCustomActionPayload {
    callerType: ViewTabContextMenu;
    customData: any;
    selectedViews: Identity_4[];
    windowIdentity: Identity_4;
}

Properties

callerType: ViewTabContextMenu
customData: any

Any data necessary for the functioning of specified custom action

selectedViews: Identity_4[]
windowIdentity: Identity_4

Identity of the Browser window where context menu should be shown.