Toolbar Spacer properties
Usage
const data = [
{
type: "spacer";
id?: string | number;
},
// more Toolbar controls
]
Description
type | (required) the type of a control, set it to "spacer". 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: Spacer