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 an element to a virtual node
Returns null
if the element is not a virtual node.
Cast a node to an element (native node, virtual node, or component node)
Returns
null
if the element is not a text node.