Skip to main content

Interface: RelationGroupProps

Defined in: editor/dataElements.ts:519

Properties for RelationGroup.

See

RelationGroup

Extends

Properties

PropertyTypeDescriptionInherited from

id?

string

Unique and immutable link ID.

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

LinkProps.id

items

readonly RelationGroupItem[]

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

typeId

LinkTypeIri

vertices?

readonly Vector[]

Initial value for the link vertices (geometry).

LinkProps.vertices