Toolbar Separator properties
Usage
const data = [
{
type: "separator",
id?: string | number,
},
// more Toolbar controls
]
Description
type | (required) the item type, set it to "separator". If not specified - the "navItem" type is applied by default. |
id | (optional) the id of a control, auto-generated if not set |
Example
Related article: Separator