PokéRogue
GitHub
Switch to Main
Preparing search index...
src/battle-scene
FocusEventInit
Interface FocusEventInit
interface
FocusEventInit
{
bubbles
?:
boolean
;
cancelable
?:
boolean
;
composed
?:
boolean
;
detail
?:
number
;
relatedTarget
?:
EventTarget
|
null
;
view
?:
Window
|
null
;
which
?:
number
;
}
Hierarchy (
View Summary
)
UIEventInit
FocusEventInit
Index
Properties
bubbles?
cancelable?
composed?
detail?
related
Target?
view?
which?
Properties
Optional
bubbles
bubbles
?:
boolean
Optional
cancelable
cancelable
?:
boolean
Optional
composed
composed
?:
boolean
Optional
detail
detail
?:
number
Optional
related
Target
relatedTarget
?:
EventTarget
|
null
Optional
view
view
?:
Window
|
null
Optional
which
which
?:
number
Deprecated
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bubbles
cancelable
composed
detail
related
Target
view
which
GitHub
Switch to Main
PokéRogue
Loading...
Deprecated