SplitButtonProps<'msg> Type
Immutable, compiler-checked authoring surface for a primary action plus a popup menu of secondary commands. `IsOpen` is product-owned popup visibility; empty `Items` lowers to an empty/disabled menu. `OnClick`/`OnSelected = None` lower to no binding.
Record fields
| Record Field |
Description
|
Full Usage:
Enabled
Field type: bool
|
|
|
|
Full Usage:
IsOpen
Field type: bool
|
|
|
|
Full Usage:
OnClick
Field type: 'msg option
|
|
Full Usage:
OnSelected
Field type: (string -> 'msg) option
|
|
Full Usage:
Text
Field type: string
|
|