Logo FS-Skia-UI

Control<'msg> Type

The core declarative control node (`Control<'msg>`): its `Kind`, optional stable `Key` identity, its `Attributes` and `Children`, optional text `Content`, and optional `Accessibility` metadata. The unit of the authoring tree and the reconciler diff.

Record fields

Record Field Description

Accessibility

Full Usage: Accessibility

Field type: AccessibilityMetadata option
Field type: AccessibilityMetadata option

Attributes

Full Usage: Attributes

Field type: Attr<'msg> list
Field type: Attr<'msg> list

Children

Full Usage: Children

Field type: Control<'msg> list
Field type: Control<'msg> list

Content

Full Usage: Content

Field type: string option
Field type: string option

Key

Full Usage: Key

Field type: ControlId option
Field type: ControlId option

Kind

Full Usage: Kind

Field type: ControlKind
Field type: ControlKind

Type something to start searching.