CustomCommand - v1.0.0
Preparing search index...
cc
ccArg
Type Alias ccArg
custom command argument that given to cmdFunction.
type
ccArg
=
{
args
:
Record
<
string
,
any
>
;
source
:
CustomCommandOrigin
;
}
Index
Properties
args
source
Properties
args
args
:
Record
<
string
,
any
>
the arguments.
source
source
:
CustomCommandOrigin
the one running the command.
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
args
source
CustomCommand - v1.0.0
Loading...
custom command argument that given to cmdFunction.