AboutSupportDeveloper GuideVersion 22.3.18

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

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

Hierarchy (view full)

Properties

Properties

option?: string

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