Skip to main content

FocusEventInit

Extends

Properties

bubbles?

optional bubbles?: boolean;

Inherited from

UIEventInit.bubbles


cancelable?

optional cancelable?: boolean;

Inherited from

UIEventInit.cancelable


composed?

optional composed?: boolean;

Inherited from

UIEventInit.composed


detail?

optional detail?: number;

Inherited from

UIEventInit.detail


relatedTarget?

optional relatedTarget?: EventTarget | null;

view?

optional view?: Window | null;

Inherited from

UIEventInit.view


which?

optional which?: number;

Deprecated

Inherited from

UIEventInit.which