OpenFin Workspace Platform API
    Preparing search index...

    Interface OpenPageTabContextMenuRequest

    Request for opening a page tab context menu in Browser.

    interface OpenPageTabContextMenuRequest {
        customData?: any;
        pageId: string;
        x: number;
        y: number;
    }
    Index
    customData?: any

    Miscellaneous options necessary for implementing custom logic in the provider override.

    pageId: string

    Id of the page on which the context menu is invoked

    x: number

    Client x-coordinate where context menu should be shown.

    y: number

    Client y-coordinate where context menu should be shown.