CommandArgs

The CommandArgs struct passed to the CommandCallback on invocation.

Members

Structs

Dialog
struct Dialog

Data populated from dialog interaction.

Event
struct Event

Data populated from a event binding created using the bind method.

Variables

callback
CommandCallback callback;

The callback which was invoked as the command.

dialog
Dialog dialog;
Undocumented in source.
element
Element element;

The element that issued the command.

event
Event event;
Undocumented in source.
uniqueData
string uniqueData;

Any unique extra data.

Meta