Logo FS-Skia-UI

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

Enabled

Full Usage: Enabled

Field type: bool
Field type: bool

Id

Full Usage: Id

Field type: ControlId option
Field type: ControlId option

IsOpen

Full Usage: IsOpen

Field type: bool
Field type: bool

Items

Full Usage: Items

Field type: SplitButtonItem list
Field type: SplitButtonItem list

OnClick

Full Usage: OnClick

Field type: 'msg option
Field type: 'msg option

OnSelected

Full Usage: OnSelected

Field type: (string -> 'msg) option
Field type: (string -> 'msg) option

Text

Full Usage: Text

Field type: string
Field type: string

Type something to start searching.