TypeConfig interface
An interface representing a configuration that apply for a specific supportedType
Properties
| actions |
Context menu actions configuration for this type |
| filter |
Whether to filter by property – currently supports only Fabric extended properties |
| show |
Whether to show expand collapse |
Property Details
actionsConfig
Context menu actions configuration for this type
actionsConfig?: TypeActionsConfig
Property Value
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