defaultData | object | (required) Default source data, only used if no other source is available, and not leading to updates if changed after mount. |
data | object | (required) Dynamic source data used as both initial data, and updates internal data if changed after mount. |
schema | object | (optional) JSON Schema for validation of the data set. |
scrollTopOnSubmit | boolean | (optional) True for the UI to scroll to the top of the page when data is submitted. |
sessionStorageId | string | (optional) Key for saving active data to session storage and loading it on mount. |
children | React.Node | (required) Contents. |