Skip to main content

HTMLOrSVGElement

Extended by

Methods

blur()

blur(): void;

MDN Reference

Returns

void


focus()

focus(options?): void;

MDN Reference

Parameters

ParameterType
options?FocusOptions

Returns

void

Properties

autofocus

autofocus: boolean;

MDN Reference


dataset

readonly dataset: DOMStringMap;

MDN Reference


nonce

nonce: string;

MDN Reference


tabIndex

tabIndex: number;

MDN Reference