Static
Cast a node to an element (native node, virtual node, or component node)
Returns null if the element is not a text node.
null
Cast an element to a general component
Returns null if the element is not a component
Cast an element to the instance of the specified component
Returns null if the element is not the instance of the specified component.
Cast an element to a native node
Returns null if the element is not a native node.
Cast an element to a shadow root
Returns null if the element is not a shadow root.
Cast a node to a text node
Cast an element to a virtual node
Returns null if the element is not a virtual node.
Cancel the destroy scheduling of the backend element
Use cancelDestroyBackendElementOnRemoval instead.
cancelDestroyBackendElementOnRemoval
Destroy the backend element
Destroy the backend element when removed from any parent element
Use destroyBackendElementOnRemoval instead.
destroyBackendElementOnRemoval
Get the backend context
Get the backend element
Get composed parent (including virtual nodes)
Cast a node to an element (native node, virtual node, or component node)
Returns
null
if the element is not a text node.