Interface CompositionEventInit
interface CompositionEventInit {
bubbles?: boolean;
cancelable?: boolean;
composed?: boolean;
data?: string;
detail?: number;
view?: Window | null;
which?: number;
}
bubbles?: boolean;
cancelable?: boolean;
composed?: boolean;
data?: string;
detail?: number;
view?: Window | null;
which?: number;
}
Hierarchy (View Summary)
- UIEventInit
- CompositionEventInit
Was this helpful?
Deprecated