@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
Defined in
finish
• Readonly
finish: string
Inherited from
Defined in
name
• Readonly
name: string
Inherited from
Defined in
start
• Readonly
start: string
Inherited from
Defined in
type
• Readonly
type: string