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