TypeConfig interface

An interface representing a configuration that apply for a specific supportedType

Properties

filterByProperties

Whether to filter by property – currently supports only Fabric extended properties

showExpandCollapse

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