CustomCommand - v1.0.1
Preparing search index...
cc
ccArg
Type Alias ccArg<T>
custom command argument that given to cmdFunction.
type
ccArg
<
T
>
=
{
args
:
T
;
source
:
CustomCommandOrigin
;
}
Type Parameters
T
Index
Properties
args
source
Properties
args
args
:
T
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.1
Loading...
custom command argument that given to cmdFunction.