aceCommandConsole Properties |
The aceCommandConsole type exposes the following members.
| Name | Description | |
|---|---|---|
| application |
Reference to [!:aceApplicationBase] | |
| commands |
Commands of the console
| |
| commandSetTree |
command tree, used for help generation
| |
| consoleHelp | Short help message about this console | |
| consoleIsRunning | It is true if console is turned on, waiting for an input or performing already given command(s) | |
| consoleTitle | Console title | |
| DefaultCommand |
Default command that will be executed on empty imput
| |
| doAskForExitConfigmation |
Should user be prompted on aceOperation_consoleExit to confirm?
| |
| doAskForQuitConfirmation | ||
| encode | ||
| helpContent |
Help text short header, used when console api is rendered or shown
| |
| helpHeader | Additional points for console help header text. helpContent | |
| history |
Commands executed earlier
| |
| lastInput |
Last input from the command line
| |
| linePrefix |
Prefix to show in the command line
| |
| output |
The primary console output. By default pointed to the platform via consoleControl | |
| platform | Reference to the application's platform to display/use the console outputs | |
| response |
Secondary output of the console. By default it is pointed to the platform output, but it can be directed to a file or other outputs.
| |
| saveClipboard | ||
| scriptRunning | Reference to the console script that is running or was running last time |