Properties
Property | Type | Description |
---|---|---|
children | React.Node | (optional) Features with given path as root for the DataContext. |
path | string | (optional) JSON Pointer path to where in the outer DataContext source to point at. |
iterate | boolean | (optional) True to iterate elements at given path based on the source data, including the index in the outer path, instead of just rendering children once. |