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

ArgumentTypeDescription
valueFieldEditorValue<Type> | nullThe value value.

Returns

The declared result.

void

Full signature

Related types

  • FieldEditorValue

    The value your field component reads and writes. Date and code fields contain strings.