Package-level declarations
Types
A callback scope for listeners that inform the user about events associated with an underlying raw DOM element.
A useful ElementBuilder for when you don't care about its specific type.
A useful ElementBuilder for elements that need to use the createElementNS
method for creation.
Functions
Create a ref listener which informs you both when a raw element is added to the DOM tree and when it is removed.
A way to easily specify a generic tag and optional attributes.
Like the other GenericTag but allows richer typing as well as namespaced elements.
Create a scope which lets you specify any number of ref and disposableRef handlers.
Convenience method for installing an ElementRefScope into an ElementScope.
A more flexible version of registerRefScope which allows you to transform the element type of the scope.