CompositionEventInit
Extends
Properties
bubbles?
optional bubbles?: boolean;
Inherited from
cancelable?
optional cancelable?: boolean;
Inherited from
composed?
optional composed?: boolean;
Inherited from
data?
optional data?: string;
detail?
optional detail?: number;
Inherited from
view?
optional view?: Window | null;
Inherited from
which?
optional which?: number;