Skip to content

@openfabr/cdf / Exports / RelationsInfo

Interface: RelationsInfo

Interface that represents information about available relation constructs. It relies on the typing definitions in both ComponentInfo and ServicesInfo.

Hierarchy

RelationsInfo

Table of contents

Properties

Properties

description

Optional description: string

Inherited from

OptionalDescAware.description

Defined in

src/lib/metadata.ts:24


icon

Optional icon: string

Inherited from

OptionalIconAware.icon

Defined in

src/lib/metadata.ts:16


types

types: Object

Available relations between a specific component/service and another component/service. Both the key and value here refer to the entries defined in components and services fields.

Index signature

▪ [key: string]: string

Defined in

src/lib/metadata.ts:139