Skip to main content

CloseEventInit

Extends

Properties

bubbles?

optional bubbles?: boolean;

Inherited from

EventInit.bubbles


cancelable?

optional cancelable?: boolean;

Inherited from

EventInit.cancelable


code?

optional code?: number;

composed?

optional composed?: boolean;

Inherited from

EventInit.composed


reason?

optional reason?: string;

wasClean?

optional wasClean?: boolean;