GitHub
Preparing search index...
The search index is not available
@laserware/dominator
@laserware/dominator
types
ElementOf
Type Alias ElementOf<TN>
ElementOf
:
TN
extends
HTMLElementTagName
?
HTMLElementTagNameMap
[
TN
]
:
TN
extends
SVGElementTagName
?
SVGElementTagNameMap
[
TN
]
:
TN
extends
"*"
?
HTMLElement
:
never
Element type associated with the specified tag name.
Type Parameters
TN
extends
TagName
Tag name of the corresponding element.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
GitHub
@laserware/dominator
Loading...
Element type associated with the specified tag name.