@openfabr/cdf / Exports / RelationsInfo
Interface: RelationsInfo
Interface that represents information about available relation constructs, keyed by a unique identifier among all components/services/relations. It relies on the typing definitions in both ComponentInfo and ServicesInfo.
Hierarchy
↳ RelationsInfo
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 relations between a specific component/service and another component/service. Both the start
and finish
points here refer to the keys defined in components
and services
fields.
Index signature
▪ [key: string
]: Connectable