OpenFin Workspace Platform API
    Preparing search index...

    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;
    }
    Index
    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