Skip to content

Properties

PropertyTypeDescription
defaultDataobject(required) Default source data, only used if no other source is available, and not leading to updates if changed after mount.
dataobject(required) Dynamic source data used as both initial data, and updates internal data if changed after mount.
schemaobject(optional) JSON Schema for validation of the data set.
scrollTopOnSubmitboolean(optional) True for the UI to scroll to the top of the page when data is submitted.
sessionStorageIdstring(optional) Key for saving active data to session storage and loading it on mount.
childrenReact.Node(required) Contents.