ARgoNativeCommand

ARgoNativeCommand

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.

Source:

Properties

command :string

Textual representation of the native command represented by this class.

Type:
  • string
Source:

data :Object

Additional data used by the command.

Type:
  • Object
Source:

message :string

A message to be logged, when it applies.

Type:
  • string
Source: