Logo FS-Skia-UI

TextAreaProps<'msg> Type

Immutable, compiler-checked authoring surface for a multi-line text area. `Id` is required identity for a stateful control. Reuses the existing `TextInput` model — no parallel state type (FR-004/SC-003). `OnChanged = None` lowers to no binding.

Record fields

Record Field Description

Id

Full Usage: Id

Field type: ControlId
Field type: ControlId

OnChanged

Full Usage: OnChanged

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

ReadOnly

Full Usage: ReadOnly

Field type: bool
Field type: bool

Validation

Full Usage: Validation

Field type: ValidationState
Field type: ValidationState

Value

Full Usage: Value

Field type: string
Field type: string

Type something to start searching.