Skip to main content

Interface: RelationLinkProps

Defined in: editor/dataElements.ts:366

Properties for RelationLink.

See

RelationLink

Extends

Properties

PropertyTypeDescriptionInherited from

data

LinkModel

id?

string

Unique and immutable link ID.

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

LinkProps.id

linkState?

TemplateState

Initial value for the link template state.

LinkProps.linkState

sourceId

string

An immutable link source (element ID).

LinkProps.sourceId

targetId

string

An immutable link target (element ID).

LinkProps.targetId

vertices?

readonly Vector[]

Initial value for the link vertices (geometry).

LinkProps.vertices