sesaparcours
Preparing search index...
outils/basthon/Editor
<internal>
Command
Interface Command
interface
Command
{
bindKey
?:
string
|
{
mac
?:
string
;
win
?:
string
}
;
exec
:
(
editor
:
Editor
,
args
?:
any
)
=>
void
;
name
?:
string
;
readOnly
?:
boolean
;
}
Index
Properties
bind
Key?
exec
name?
read
Only?
Properties
Optional
bind
Key
bindKey
?:
string
|
{
mac
?:
string
;
win
?:
string
}
exec
exec
:
(
editor
:
Editor
,
args
?:
any
)
=>
void
Optional
name
name
?:
string
Optional
read
Only
readOnly
?:
boolean
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bind
Key
exec
name
read
Only
sesaparcours
Loading...