OpenFin Workspace Platform API
    Preparing search index...

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