Used to record a page property as a value into the form. The value is when rendered, then decoded when the form is submitted, and the value parameter updated.
5.1.0.2
| Name | Type | Flags | Default | Default Prefix | Since | Description |
|---|---|---|---|---|---|---|
| encoder | ValueEncoder | Required, NOT Allow Null | prop | Value encoder for the value, usually determined automatically from the type of the property bound to the value parameter. | ||
| value | Object | Required, NOT Allow Null | prop | The value to read (when rendering) or update (when the form is submitted). |