GitHub
Preparing search index...
The search index is not available
@laserware/dominator
@laserware/dominator
attributes
AttributeNameForElement
Type Alias AttributeNameForElement<E>
AttributeNameForElement
:
E
extends
HTMLElement
?
Extract
<
keyof
HTMLElementAttributes
<
E
>
,
string
>
:
E
extends
SVGElement
?
Extract
<
keyof
SVGElementAttributes
,
string
>
:
E
extends
Element
?
Extract
<
keyof
AllAttributes
,
string
>
:
never
Valid attribute names for the element of type
E
.
Type Parameters
E
extends
Element
Element with corresponding attribute names.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
GitHub
@laserware/dominator
Loading...
Valid attribute names for the element of type
E
.