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
- HTMLOrSVGElement (View Summary)
Properties
autofocus
autofocus: boolean
Readonlydataset
Optionalnonce
nonce?: string
tabIndex
tabIndex: number
MDN Reference