Trilium Frontend API
Preparing search index...
<internal>
HTMLOrSVGElement
Interface HTMLOrSVGElement
interface
HTMLOrSVGElement
{
autofocus
:
boolean
;
dataset
:
DOMStringMap
;
nonce
?:
string
;
tabIndex
:
number
;
blur
()
:
void
;
focus
(
options
?:
FocusOptions
)
:
void
;
}
Hierarchy (
View Summary
)
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
tabIndex
:
number
MDN Reference
Methods
blur
blur
()
:
void
MDN Reference
Returns
void
focus
focus
(
options
?:
FocusOptions
)
:
void
MDN Reference
Parameters
Optional
options
:
FocusOptions
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
autofocus
dataset
nonce
tab
Index
Methods
blur
focus
Trilium Frontend API
Loading...
MDN Reference