ReadonlyidReadonlypropertiesReturns true if the entity and the sheet it belongs to are both enabled, otherwise false.
Sets if entity is enabled
Returns the markup sheet that the entity is attached to
Makes a deep copy of this entity
Copy the entity to another markup sheet.
Markup sheet to copy the entity to.
The new markup entity.
Marks the entity as deleted in the MarkupSheet2D.
true if object was deleted. Otherwise false.
Sets the entity as updated in the layer API.
true if object did exist, otherwise false
Class representing a markup text in the markup API. WARNING: MarkupText does not sanitize any text passed to it, if you are using MarkupText in conjunction with Html2CanvasText make sure to use a sanitizer (for example DOMPurify).