Skip to main content

ToggleEventInit

Extends

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


newState?

optional newState?: string;

oldState?

optional oldState?: string;

source?

optional source?: Element | null;