method
FieldBinding.set
Change the value in the unsaved form; null clears it. This does not save to the server. Throws if stale, read-only, or given the wrong value type. Lists are copied on reads and writes. Normal field validation and server authorization still apply on document save.
Arguments
| Argument | Type | Description |
|---|---|---|
value | FieldEditorValue< | The value value. |
Returns
The declared result.
voidFull signature
FieldBinding.set(value: FieldEditorValue<Type> | null): voidRelated types
FieldEditorValueThe value your field component reads and writes. Date and code fields contain strings.