Variable FocusEvent
FocusEvent: {
prototype: FocusEvent;
new (type: string, eventInitDict?: FocusEventInit): FocusEvent;
}
prototype: FocusEvent;
new (type: string, eventInitDict?: FocusEventInit): FocusEvent;
}
Type declaration
- new (type: string, eventInitDict?: FocusEventInit): FocusEvent
- Parameters- type: string
- OptionaleventInitDict: FocusEventInit
 - Returns FocusEvent
 
- prototype: FocusEvent