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