OpenFin Workspace Platform API
    Preparing search index...

    Interface PageTabContextMenuItemData

    Shape of the data property of a page tab context menu template item

    interface PageTabContextMenuItemData {
        action?: CustomActionSpecifier;
        option?: string;
        type: PageTabContextMenuOptionType;
    }

    Hierarchy (View Summary)

    Index
    option?: string

    Property to specify which option was selected when there are several options of the same type (e.g. which channel was selected)