Edit

Share via


TypeConfig interface

An interface representing a configuration that apply for a specific supportedType

Properties

actionsConfig

Context menu actions configuration for this type

filterByProperties

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

showExpandCollapse

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