OptionalautoWhether or not to auto commit changes on blur or enter keypress. Defaults to true.
OptionalclassOptional class name to set on the component's root element.
OptionalfilterOptional filter function that you can supply if you want to ignore certain objects in your dataset.
Map of inspector templates, keyed by type. The type key is the return
value from your typeResolver function. The values should be Svelte
component references.
OptionalmultipleWhether or not to allow multiple objects to be selected and edited at once. Defaults to false.
A function that is used to derive the ID of the inspector to use based on the object to be inspected.
Props for the InspectorComponent