TextInputModel Type
The MVU state of a text field: committed vs. draft text, `CaretIndex`, `Selection`, in-flight `Composition`, `Validation`, and focus.
Record fields
| Record Field |
Description
|
Full Usage:
CaretIndex
Field type: int
|
|
Full Usage:
CommittedText
Field type: string
|
|
Full Usage:
Composition
Field type: string option
|
|
|
|
Full Usage:
DraftText
Field type: string
|
|
Full Usage:
Focused
Field type: bool
|
|
|
|
|
|
|
|