@tempots/dom
DOMContext interface
DOMContext
is an immutable class that represents the context of a DOM element. It provides methods and properties to manipulate and interact with the DOM element.
A reference in a DOMContext is to mark a position within a set of sibblings. It is used to insert new elements before the reference.
Signature:
export interface DOMContext
Methods
Method |
Description |
---|---|
Adds classes to the element. | |
Gets the classes of the element. | |
Retrieves a provider for the given provider mark. | |
Gets the style of the element. | |
Gets the text content of the current element or text node. | |
Returns | |
Returns | |
Returns an object with methods to get and set the value of a property or attribute. | |
Creates a new DOM element (eg: HTML or SVG) with the specified tag name and namespace and appends it to the current element. | |
Creates a new text node with the specified text content and appends it to the current element. | |
Creates a new | |
Creates a new | |
Adds an event listener to the element. | |
Removes classes from the element. | |
Sets the style of the element. | |
Sets the text content of the current element. | |
Returns a new DOMContext instance with the specified providers merged into the existing providers. |