跳到主要内容

ToolbarMenuTab

The toolbar menu tab.

Properties

NameTypeDescription
idstringThe tab ID.
textstringThe tab text.
itemsToolbarMenuItem[]An array containing the toolbar menu items for the current tab.

Type

Object

Example

let toolbarMenuTab = {
"id": "ChatGPT",
"text": "AI Assistant",
"items": [toolbarMenuItem]
};