Constructors
Properties
textInput
textInput: string = ""
Accessors
message
- get message(): string
Returns string
- set message(theMessage: string): void
Returns void
Methods
call
- call(theCommand: typeof Command, theParam: any): void
Parameters
- theCommand: typeof Command
- theParam: any
Returns void
initCommands
- initCommands(): void
Returns void
onTextInput
- onTextInput(theValue: string): void
Returns void
Represents command executor class. It responses for call/cancel commands.