Skip to content

@openfabr/cdf / Exports / Connectable

Interface: Connectable

Interface that models a connection starts from one point and finishes at another, with indication whether the connection is bidirectional.

Hierarchy

  • Connectable

↳ RelationConfig

↳ RelationType

Table of contents

Properties

Properties

bidi

• Readonly bidi: boolean

Defined in

src/lib/domain.ts:108


finish

• Readonly finish: string

Defined in

src/lib/domain.ts:107


start

• Readonly start: string

Defined in

src/lib/domain.ts:106