OpenFin Workspace Platform API
    Preparing search index...

    Interface OpenGlobalContextMenuRequest

    Request for opening a logo context menu in Browser.

    interface OpenGlobalContextMenuRequest {
        customData?: any;
        selectedViews?: Identity_4[];
        x: number;
        y: number;
    }
    Index
    customData?: any

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

    selectedViews?: Identity_4[]

    Identities of the currently selected views

    x: number

    Client x-coordinate where context menu should be shown.

    y: number

    Client y-coordinate where context menu should be shown.