Skip to content

@openfabr/cdf / Exports / RelationConfig

Interface: RelationConfig

Interface for a relation segment in the configuration. It is expected to be extended by packages to carry detailed information about a particular relation type.

Hierarchy

RelationConfig

Table of contents

Properties

Properties

bidi

Readonly bidi: boolean

Inherited from

Connectable.bidi

Defined in

src/lib/domain.ts:108


finish

Readonly finish: string

Inherited from

Connectable.finish

Defined in

src/lib/domain.ts:107


name

Readonly name: string

Inherited from

NameAware.name

Defined in

src/lib/domain.ts:77


start

Readonly start: string

Inherited from

Connectable.start

Defined in

src/lib/domain.ts:106


type

Readonly type: string

Inherited from

TypeAware.type

Defined in

src/lib/domain.ts:87