FieldState
Defined in: core/src/state.ts:53
Properties
Section titled “Properties”mode:
"generate"|"replay"|null
Defined in: core/src/state.ts:60
Declared delivery mode, once the field has opened.
settled
Section titled “settled”settled:
boolean
Defined in: core/src/state.ts:64
*-done seen: text is final for this stream.
source
Section titled “source”source:
"generated"|"cached"|"static"
Defined in: core/src/state.ts:58
Provenance of text. generated and cached may carry the adaptation
mark, static may not — decideChrome is the one place that decides.
text:
string
Defined in: core/src/state.ts:55
What a consumer should render right now. Never a placeholder.
typing
Section titled “typing”typing:
boolean
Defined in: core/src/state.ts:62
True while live deltas are landing — consumers may animate a caret.