OpenFin Workspace Platform API
    Preparing search index...

    Interface ViewTabCustomActionPayload

    interface ViewTabCustomActionPayload {
        callerType: ViewTabContextMenu;
        customData: any;
        selectedViews: Identity_4[];
        windowIdentity: Identity_4;
    }
    Index
    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.