AddToolbarMenuItem
function AddToolbarMenuItem(items: ToolbarMenuMainItem[]): void
Description
Adds an item to the toolbar menu.
Parameters
- items
ToolbarMenuMainItem[]
An array containing the main toolbar menu items.
Returns
void
function AddToolbarMenuItem(items: ToolbarMenuMainItem[]): void
Adds an item to the toolbar menu.
ToolbarMenuMainItem[]
An array containing the main toolbar menu items.
void