CommandValue interface

The value field of a ICommandActivity contains metadata related to a command. An optional extensible data payload may be included if defined by the command activity name.

Properties

commandId

ID of the command.

data

The data field containing optional parameters specific to this command activity, as defined by the name. The value of the data field is a complex type.

Property Details

commandId

ID of the command.

commandId: string

Property Value

string

data

The data field containing optional parameters specific to this command activity, as defined by the name. The value of the data field is a complex type.

data?: T

Property Value

T