GitHub
Jupyter
Preparing search index...
The search index is not available
@jupyterlab
@jupyterlab
documentsearch
ISearchKeyBindings
Interface ISearchKeyBindings
Provides information about keybindings for display in tooltips.
interface
ISearchKeyBindings
{
next
?:
IKeyBinding
;
previous
?:
IKeyBinding
;
toggleSearchInSelection
?:
IKeyBinding
;
}
Index
Properties
next?
previous?
toggle
Search
In
Selection?
Properties
Optional
Readonly
next
next
?:
IKeyBinding
Optional
Readonly
previous
previous
?:
IKeyBinding
Optional
Readonly
toggle
Search
In
Selection
toggle
Search
In
Selection
?:
IKeyBinding
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
next
previous
toggle
Search
In
Selection
@jupyterlab
Loading...
Provides information about keybindings for display in tooltips.