MoreMenu
An overflow menu for secondary actions.
| Parameter | Description |
|---|---|
| value | State binding that receives the selected option value. |
| if | Conditional rendering expression. |
Usage
xml<MoreMenu value="$metadata"><Option value="${{ item: row, open: true }}" label="Metadata" icon="info" /></MoreMenu>
Option
A selectable option in a Selector, RadioList, or MoreMenu.
| Parameter | Description |
|---|---|
| value | Current value or binding expression. |
| label | Visible and accessible label. Defaults to the value. |
| icon | Optional icon shown with the option in components that support it. |
| if | Conditional rendering expression. |