mage
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
ILogger
IModule
IService
IService
Node
IState
ITask
IUser
Command
acl
execute
Defines what user commands may be consisted of
interface
IUserCommand
Hierarchy
IUserCommand
Index
Properties
acl
Methods
execute
Properties
Optional
acl
acl
:
string
[]
Methods
execute
execute<T>
(
state
:
IState
,
...
args
:
any
[]
)
:
Promise
<
T
>
Type parameters
T
Parameters
state:
IState
Rest
...
args:
any
[]
Returns
Promise
<
T
>
Defines what user commands may be consisted of
IUserCommand