OpenFin Workspace Platform API
    Preparing search index...

    Interface ViewTabControlActionPayload

    interface ViewTabControlActionPayload {
        callerType: ViewTabControl;
        customData?: any;
        viewIdentity: Identity_4;
        windowIdentity: Identity_4;
        x: number;
        y: number;
    }
    Index
    callerType: ViewTabControl
    customData?: any

    Any data necessary for the functioning of the specified custom action.

    viewIdentity: Identity_4

    Identity of the view represented by the tab.

    windowIdentity: Identity_4

    Identity of the Browser window containing the view tab.

    x: number

    Client x-coordinate where the control was invoked.

    y: number

    Client y-coordinate where the control was invoked.