ListViewProps<'msg> Type
Immutable, compiler-checked authoring surface for a bounded list view. `items` required. Reuses the existing `Collections` model — no parallel state type (FR-004/SC-003). `OnSelected = None` lowers to no binding.
Record fields
| Record Field |
Description
|
|
|
Full Usage:
Items
Field type: string list
|
|
Full Usage:
OnSelected
Field type: (string -> 'msg) option
|
|