@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
Indicating whether the relation is bidirectional, i.e. no directional difference between start and end points.
Defined in
finish
• Readonly
finish: string
The end of a relation, specified by the name of a service or component defined in the same configuration.
Defined in
name
• Readonly
name: string
Inherited from
Defined in
start
• Readonly
start: string
The start of a relation, specified by the name of a service or component defined in the same configuration.
Defined in
type
• Readonly
type: string