@deja-vu/property
v0.1.3
Published
Describe an object with properties that have values
Readme
Property
Describe an object with properties that have values
Components
- choose-object
- create-object
- create-objects
- create-property
- delete-object
- filter-objects
- object-autocomplete
- show-object
- show-objects
- show-url
- update-object
- updated-objects
Configuration Options
| Option | Type | Default | Description |
| ------ | ---- | ------ | ----------- |
|schema | JSON schema object | {} | Describes the object and its properties |
| initialObjects | Object[] | [] | Seeds the property database |
Notes
- Don't use spaces in field names, use camelCase instead. So instead of
First Nameyou should usefirstName
