new ARgoNativeCommand(command, message, data)
Creates an instance of ARgoNativeCommand.
Parameters:
| Name | Type | Description |
|---|---|---|
command |
string | The textual representation of the command wrapped by this class. |
message |
string | A message to be logged, when it applies. |
data |
Object | Additional data used by the command. |
Properties
command :string
Textual representation of the native command represented by this class.
Type:
- string
data :Object
Additional data used by the command.
Type:
- Object
message :string
A message to be logged, when it applies.
Type:
- string