AboutSupportDeveloper GuideVersion 18.0.9

Type alias OpenViewTabContextMenuPayload

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

Payload received by the openViewTabContextMenu provider override.

Type declaration

  • callback: ((data, req) => any)
  • identity: OpenFin.Identity

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