AddToolbarMenuItem
Adds an item to the toolbar menu.
Syntax
expression.AddToolbarMenuItem(items);
expression
- A variable that represents a Api class.
Parameters
Name | Required/Optional | Data type | Default | Description |
---|---|---|---|---|
items | Required | ToolbarMenuMainItem[] | An array containing the main toolbar menu items. |
Returns
This method doesn't return any data.