Preparing search index...
The search index is not available
melonjs
melonjs
<internal>
FocusEventInit
Interface FocusEventInit
interface
FocusEventInit
{
bubbles
?:
boolean
;
cancelable
?:
boolean
;
composed
?:
boolean
;
detail
?:
number
;
relatedTarget
?:
null
|
EventTarget
;
view
?:
null
|
Window
;
which
?:
number
;
}
Hierarchy (
view full
)
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
related
Target
?:
null
|
EventTarget
Optional
view
view
?:
null
|
Window
Optional
which
which
?:
number
Deprecated
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bubbles
cancelable
composed
detail
related
Target
view
which
melonjs
Loading...
Deprecated