Preparing search index...
The search index is not available
Monaco Editor API
Monaco Editor API
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
)
:
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
_standard
Keyboard
Event
Brand
:
true
Readonly
alt
Graph
Key
alt
Graph
Key
:
boolean
Readonly
alt
Key
alt
Key
:
boolean
Readonly
browser
Event
browser
Event
:
KeyboardEvent
Readonly
code
code
:
string
Readonly
ctrl
Key
ctrl
Key
:
boolean
Readonly
key
Code
key
Code
:
KeyCode
Readonly
meta
Key
meta
Key
:
boolean
Readonly
shift
Key
shift
Key
:
boolean
Readonly
target
target
:
HTMLElement
Methods
equals
equals
(
keybinding
)
:
boolean
Parameters
keybinding
:
number
Returns
boolean
prevent
Default
prevent
Default
(
)
:
void
Returns
void
stop
Propagation
stop
Propagation
(
)
:
void
Returns
void
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
_standard
Keyboard
Event
Brand
alt
Graph
Key
alt
Key
browser
Event
code
ctrl
Key
key
Code
meta
Key
shift
Key
target
equals
prevent
Default
stop
Propagation
Monaco Editor API
Loading...