OpenFin Workspace Platform API
    Preparing search index...

    Type Alias OpenViewTabContextMenuPayload

    OpenViewTabContextMenuPayload: OpenViewTabContextMenuRequest & {
        callback: (
            data: ViewTabMenuData,
            req: OpenViewTabContextMenuPayload,
        ) => any;
        identity: OpenFin.Identity;
    }

    Payload received by the openViewTabContextMenu provider override.

    Type Declaration

    • callback: (data: ViewTabMenuData, req: OpenViewTabContextMenuPayload) => any

      Default function that handles stock context menu options.

    • identity: OpenFin.Identity

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