TypeConfig interface
An interface representing a configuration that apply for a specific supportedType
Properties
filter |
Whether to filter by property – currently supports only Fabric extended properties |
show |
Whether to show expand collapse |
Property Details
filterByProperties
Whether to filter by property – currently supports only Fabric extended properties
filterByProperties?: Record<string, unknown>
Property Value
Record<string, unknown>
showExpandCollapse
Whether to show expand collapse
showExpandCollapse?: boolean
Property Value
boolean