Optional
autoWhether or not to auto commit changes on blur or enter keypress. Defaults to true.
Optional
classOptional class name to set on the component's root element.
Optional
filterOptional 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.
Optional
multipleWhether 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