Skip to main content

CommandEventInit

Extends

Properties

bubbles?

optional bubbles?: boolean;

Inherited from

EventInit.bubbles


cancelable?

optional cancelable?: boolean;

Inherited from

EventInit.cancelable


command?

optional command?: string;

composed?

optional composed?: boolean;

Inherited from

EventInit.composed


source?

optional source?: Element | null;