method
PluginFieldBinding.set
Replace the value in the unsaved form. Use null to clear it; undefined is rejected. Ridu copies and decodes the supplied value, checks editability, and updates its normal form state. This does not send a save request to the server.
Arguments
| Argument | Type | Description |
|---|---|---|
value | Input | | The value value. |
Returns
The declared result.
voidFull signature
PluginFieldBinding.set(value: Input | null): void