Skip to content

@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

OptionalDescAware.description

Defined in

src/lib/metadata.ts:33


icon

Optional Readonly icon: string

Inherited from

OptionalIconAware.icon

Defined in

src/lib/metadata.ts:17


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]: RelationType

Defined in

src/lib/metadata.ts:164