x4js - v2.2.49
GitHub
Preparing search index...
<internal>
src/components/monaco/bin/monaco
IKeyboardEvent
Interface IKeyboardEvent
interface
IKeyboardEvent
{
_standardKeyboardEventBrand
:
true
;
altGraphKey
:
boolean
;
altKey
:
boolean
;
browserEvent
:
KeyboardEvent
;
code
:
string
;
ctrlKey
:
boolean
;
keyCode
:
KeyCode
;
metaKey
:
boolean
;
shiftKey
:
boolean
;
target
:
HTMLElement
;
equals
(
keybinding
:
number
)
:
boolean
;
preventDefault
()
:
void
;
stopPropagation
()
:
void
;
}
Index
Properties
_
standard
Keyboard
Event
Brand
alt
Graph
Key
alt
Key
browser
Event
code
ctrl
Key
key
Code
meta
Key
shift
Key
target
Methods
equals
prevent
Default
stop
Propagation
Properties
Readonly
_
standard
Keyboard
Event
Brand
_standardKeyboardEventBrand
:
true
Readonly
alt
Graph
Key
altGraphKey
:
boolean
Readonly
alt
Key
altKey
:
boolean
Readonly
browser
Event
browserEvent
:
KeyboardEvent
Readonly
code
code
:
string
Readonly
ctrl
Key
ctrlKey
:
boolean
Readonly
key
Code
keyCode
:
KeyCode
Readonly
meta
Key
metaKey
:
boolean
Readonly
shift
Key
shiftKey
:
boolean
Readonly
target
target
:
HTMLElement
Methods
equals
equals
(
keybinding
:
number
)
:
boolean
Parameters
keybinding
:
number
Returns
boolean
prevent
Default
preventDefault
()
:
void
Returns
void
stop
Propagation
stopPropagation
()
:
void
Returns
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
_
standard
Keyboard
Event
Brand
alt
Graph
Key
alt
Key
browser
Event
code
ctrl
Key
key
Code
meta
Key
shift
Key
target
Methods
equals
prevent
Default
stop
Propagation
GitHub
x4js - v2.2.49
Loading...