Menu
Renders hash-selected Solution sections in the shared menu layout.
| Parameter | Description |
|---|---|
| gap | Space between selected menu content elements. |
| if | Conditional rendering expression. |
Usage
xml<Menu><MenuSection title="Settings"><MenuItem label="General" icon="viewColumns"><Heading level="2">General</Heading></MenuItem><MenuItem label="Workflow" icon="arrowsUpDown"><Heading level="2">Workflow</Heading></MenuItem></MenuSection></Menu>
MenuSection
| Parameter | Description |
|---|---|
| title | Sets the title property. |
| isHeaderHidden | |
| if | Conditional rendering expression. |
MenuItem
| Parameter | Description |
|---|---|
| label | Accessible label. |
| icon | |
| if | Conditional rendering expression. |