Data binding components
#
Data binding providerThe DataBindingProvider
component is used to provide data for the data binding.
#
PropsProp | Description |
---|---|
| JSX.Element | null A component that is rendered when the component is in loading state. Required |
#
Entity sub treeThe EntitySubTree
component is used to render the entity sub tree.
#
PropsProp | Description |
---|---|
| string The name of the entity. You can use query language to filter the entities. Required |
#
Entity list sub treeThe EntityListSubTree
component is used to render the entity list sub tree.
#
PropsProp | Description |
---|---|
| string The name of the entity. You can use query language (Qualified entity list) to filter the entities. Required |