Skip to content

@openfabr/cdf / Exports / RelationType

Interface: RelationType

Interface that represents a typing classification for relations.

Hierarchy

↳ RelationType

Table of contents

Properties

Properties

bidi

• Readonly bidi: boolean

Inherited from

Connectable.bidi

Defined in

src/lib/domain.ts:108


description

• Optional Readonly description: string

Inherited from

OptionalDescAware.description

Defined in

src/lib/metadata.ts:33


finish

• Readonly finish: string

Inherited from

Connectable.finish

Defined in

src/lib/domain.ts:107


icon

• Optional Readonly icon: string

Inherited from

OptionalIconAware.icon

Defined in

src/lib/metadata.ts:17


label

• Optional Readonly label: string

Inherited from

OptionalLabelAware.label

Defined in

src/lib/metadata.ts:25


start

• Readonly start: string

Inherited from

Connectable.start

Defined in

src/lib/domain.ts:106