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