@laserware/dominator
GitHub
Preparing search index...
types
ElementOf
Type Alias ElementOf<TN>
ElementOf
:
TN
extends
HTMLElementTagName
?
HTMLElementTagNameMap
[
TN
]
:
TN
extends
SVGElementTagName
?
SVGElementTagNameMap
[
TN
]
:
HTMLElement
Element type associated with the specified tag name.
Type Parameters
TN
extends
TagName
|
string
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.