Click or drag to resize

aceCommandConsole Properties

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

The aceCommandConsole type exposes the following members.

Properties
  NameDescription
Public propertyapplication
Reference to [!:aceApplicationBase]
Public propertycommands
Commands of the console
Public propertycommandSetTree
command tree, used for help generation
Public propertyconsoleHelp
Short help message about this console
Public propertyconsoleIsRunning
It is true if console is turned on, waiting for an input or performing already given command(s)
Public propertyconsoleTitle
Console title
Public propertyDefaultCommand
Default command that will be executed on empty imput
Public propertydoAskForExitConfigmation
Public propertydoAskForQuitConfirmation
Public propertyencode
Public propertyhelpContent
Help text short header, used when console api is rendered or shown
Public propertyhelpHeader
Additional points for console help header text. helpContent
Public propertyhistory
Commands executed earlier
Public propertylastInput
Last input from the command line
Public propertylinePrefix
Prefix to show in the command line
Public propertyoutput
The primary console output. By default pointed to the platform via consoleControl
Public propertyplatform
Reference to the application's platform to display/use the console outputs
Public propertyresponse
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.
Public propertysaveClipboard
Public propertyscriptRunning
Reference to the console script that is running or was running last time
Top
See Also