Skip to main content

UIEventInit

Extends

Extended by

Properties

bubbles?

optional bubbles?: boolean;

Inherited from

EventInit.bubbles


cancelable?

optional cancelable?: boolean;

Inherited from

EventInit.cancelable


composed?

optional composed?: boolean;

Inherited from

EventInit.composed


detail?

optional detail?: number;

view?

optional view?: Window | null;

which?

optional which?: number;

Deprecated