Menu Module
Builders for the `Menu` control — a list of selectable command entries.
Functions and values
| Function or value |
Description
|
|
|
|
Supply the entry labels of a `Menu` (`Attr.items`; one selectable row per `string`, in order).
|
Full Usage:
onSelected arg1
Parameters:
string -> 'msg
Returns: Attr<'msg>
Type parameters: 'msg |
Emit a `'msg` carrying the chosen entry `string` when a `Menu` item is selected (`Attr.onSelected`).
|