FieldSettings

12 Sep 20251 minute to read

Configures the field options of the Menu.

Properties

children string|string[]

Specifies the children field for Menu item.

Defaults to ‘items’

iconCss string|string[]

Specifies the css icon field for Menu item.

Defaults to ‘iconCss’

itemId string|string[]

Specifies the itemId field for Menu item.

Defaults to ‘id’

parentId string|string[]

Specifies the parentId field for Menu item.

Defaults to ‘parentId’

separator string|string[]

Specifies the separator field for Menu item.

Defaults to ‘separator’

text string|string[]

Specifies the text field for Menu item.

Defaults to ‘text’

url string|string[]

Specifies the Url field for Menu item.

Defaults to ‘url’