@openfabr/cdf / Exports / ComponentsInfo
Interface: ComponentsInfo
Interface that represents information about available component constructs.
Hierarchy
↳ ComponentsInfo
Table of contents
Properties
Properties
description
• Optional
Readonly
description: string
Inherited from
Defined in
icon
• Optional
Readonly
icon: string
Inherited from
Defined in
types
• Readonly
types: Object
Available types and subtypes for components, keyed by a unique identifier among all components/services/relations.
Index signature
▪ [key: string
]: ComponentType