Examples
GitHub
Preparing search index...
The search index is not available
destagnate
destagnate
<internal>
HTMLOrSVGElement
Interface HTMLOrSVGElement
interface
HTMLOrSVGElement
{
autofocus
:
boolean
;
dataset
:
DOMStringMap
;
nonce
?:
string
;
tabIndex
:
number
;
blur
(
)
:
void
;
focus
(
options
?
)
:
void
;
}
Hierarchy (
view full
)
HTMLOrSVGElement
HTMLElement
SVGElement
MathMLElement
Index
Properties
autofocus
dataset
nonce?
tab
Index
Methods
blur
focus
Properties
autofocus
autofocus
:
boolean
MDN Reference
Readonly
dataset
dataset
:
DOMStringMap
MDN Reference
Optional
nonce
nonce
?:
string
MDN Reference
tab
Index
tab
Index
:
number
MDN Reference
Methods
blur
blur
(
)
:
void
MDN Reference
Returns
void
focus
focus
(
options
?
)
:
void
MDN Reference
Parameters
Optional
options
:
FocusOptions
Returns
void
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
autofocus
dataset
nonce
tab
Index
blur
focus
Examples
GitHub
destagnate
Loading...
Generated using
TypeDoc
MDN Reference