Remove element
element.remove()
Remove element from the canvas.
Syntax
Returns
Promise<null
>
A Promise that resolves to null
when the Element is removed from the canvas.
Remove element
element.remove()
Remove element from the canvas.
Promise<null
>
A Promise that resolves to null
when the Element is removed from the canvas.