Skip to main content

Interface: SnapConnection

Extends

Indexable

[key: string]: unknown

Properties

hasAutoInserted?

optional hasAutoInserted: string | boolean

Connection with auto inserted item in connection with value instanceId (may point to itself)

Inherited from

SnapConnectionPartial.hasAutoInserted


isAutoInserted?

optional isAutoInserted: string | boolean

Inserted by Insert Item rule matched to value instanceId

Inherited from

SnapConnectionPartial.isAutoInserted


isChild?

optional isChild: boolean

If true, connected element is child of current element. Vertical relation

Inherited from

SnapConnectionPartial.isChild


isConnector?

optional isConnector: boolean

If true, current element is a connector for target element and other element it's connected to

Inherited from

SnapConnectionPartial.isConnector


isParent?

optional isParent: boolean

If true, connected element is parent of current element. Vertical relation

Inherited from

SnapConnectionPartial.isParent


isSibling?

optional isSibling: boolean

If true, elements are siblings. Horizontal relation

Inherited from

SnapConnectionPartial.isSibling


productUId

productUId: string

Instance ID of target element

Overrides

SnapConnectionPartial.productUId


snapIdFrom

snapIdFrom: string

ID of snap mesh at current element

Overrides

SnapConnectionPartial.snapIdFrom


snapIdTo

snapIdTo: string

ID of snap mesh at target element

Overrides

SnapConnectionPartial.snapIdTo


withConnector?

optional withConnector: boolean

If true, target element is connector between current element and other element

Inherited from

SnapConnectionPartial.withConnector