Skip to main content

Interface: LinkProps

Defined in: diagram/elements.ts:268

Properties for Link.

Extended by

Properties

PropertyTypeDescription

id?

string

Unique and immutable link ID.

If not specified, () is used to create one.

linkState?

TemplateState

Initial value for the link template state.

sourceId

string

An immutable link source (element ID).

targetId

string

An immutable link target (element ID).

vertices?

readonly Vector[]

Initial value for the link vertices (geometry).