Preparing search index...
The search index is not available
Monaco Editor API
Monaco Editor API
editor
IKeybindingRule
Interface IKeybindingRule
A keybinding rule.
interface
IKeybindingRule
{
command
?:
string
;
commandArgs
?:
any
;
keybinding
:
number
;
when
?:
string
;
}
Index
Properties
command?
command
Args?
keybinding
when?
Properties
Optional
command
command
?:
string
Optional
command
Args
command
Args
?:
any
keybinding
keybinding
:
number
Optional
when
when
?:
string
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
command
command
Args
keybinding
when
Monaco Editor API
Loading...
A keybinding rule.