GitHub
Jupyter
Preparing search index...
The search index is not available
@jupyterlab
@jupyterlab
codeeditor
CodeEditor
KeydownHandler
Type alias KeydownHandler
Keydown
Handler
:
(
(
instance
,
event
)
=>
boolean
)
A keydown handler type.
Notes
Return
true
to prevent the default handling of the event by the editor.
Type declaration
(
instance
,
event
)
:
boolean
Parameters
instance
:
CodeEditor
.
IEditor
event
:
KeyboardEvent
Returns
boolean
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Notes
@jupyterlab
Loading...
A keydown handler type.
Notes
Return
true
to prevent the default handling of the event by the editor.