Represents a type that can be either an Element, EventTarget, or a CSS selector.
This type allows for flexibility in functions or methods that can accept either an ElementLike type object or a string representing a CSS selector.
ElementLike
Tag name of Element if ElementLike.
Represents a type that can be either an Element, EventTarget, or a CSS selector.
This type allows for flexibility in functions or methods that can accept either an
ElementLike
type object or a string representing a CSS selector.