Interface HTMLOrSVGElement
interface HTMLOrSVGElement {
autofocus: boolean;
dataset: DOMStringMap;
nonce?: string;
tabIndex: number;
blur(): void;
focus(options?: FocusOptions): void;
}
autofocus: boolean;
dataset: DOMStringMap;
nonce?: string;
tabIndex: number;
blur(): void;
focus(options?: FocusOptions): void;
}
Hierarchy (View Summary)
- HTMLOrSVGElement
Properties
autofocus
autofocus: boolean
Readonlydataset
Optionalnonce
nonce?: string
tabIndex
tabIndex: number
Was this helpful?
MDN Reference