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