Typescript Library Declarations (DOM)
Interface GamepadEventInit
interface
GamepadEventInit
{
bubbles
?:
boolean
;
cancelable
?:
boolean
;
composed
?:
boolean
;
gamepad
:
Gamepad
;
}
Hierarchy
EventInit
GamepadEventInit (
view full
)
Index
Properties
bubbles?
cancelable?
composed?
gamepad
Properties
Optional
bubbles
bubbles
?:
boolean
Optional
cancelable
cancelable
?:
boolean
Optional
composed
composed
?:
boolean
gamepad
gamepad
:
Gamepad
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
bubbles
cancelable
composed
gamepad
Typescript Library Declarations (DOM)