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.
new Element():
Element
Element
get id():
bigint
Returns object id.
bigint
get uuid():
`${string}-${string}-${string}-${string}-${string}`|null
Returns uuid of the drawing element. null if the drawing element has no assigned uuid (by default).
`${string}-${string}-${string}-${string}-${string}` | null
set uuid(
uuid):void
Sets uuid of the drawing element.
Uuid of the drawing element.
`${string}-${string}-${string}-${string}-${string}` | null
void
abstractaccept(visitor):void
Accepts a drawing element visitor.
Accepted drawing element visitor.
void