Hide menu
Loading...
Searching...
No Matches
Element

Base class for drawing elements.

Drawing elements are objects that are contained in views and define the contents of a drawing. They include 2D geometry and view instances.

Extends

Extended by

Constructors

new Element()

new Element(): Element

Returns

Element

Inherited from

BaseObject.constructor

Accessors

id

Get Signature

get id(): bigint

Returns object id.

Returns

bigint

Inherited from

BaseObject.id


uuid

Get Signature

get uuid(): null | `$string