Ribbon Spacer properties
Usage
const data = [
{
type: "spacer",
id?: string | number,
}
]
Description
type | (required) the item type, 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