AboutSupportDeveloper GuideVersion 22.3.18

Request for opening a view tab context menu in Browser.

interface OpenViewTabContextMenuRequest {
    customData?: any;
    selectedViews: Identity_4[];
    template: ViewTabContextMenuTemplate[];
    x: number;
    y: number;
}

Properties

customData?: any

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

selectedViews: Identity_4[]

Ids of selected views

Template defining the options to show in the context menu.

x: number

Client x-coordinate where context menu should be shown.

y: number

Client y-coordinate where context menu should be shown.

MMNEPVFCICPMFPCPTTAAATR