Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 690 Bytes

File metadata and controls

29 lines (22 loc) · 690 Bytes

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 Name you should use firstName