Stone.js API
    Preparing search index...

    Represents the context for the console.

    interface ConsoleContext {
        blueprint: IBlueprint;
        commandInput: CommandInput;
        commandOutput: CommandOutput;
        event: IncomingEvent;
    }
    Index
    blueprint: IBlueprint
    commandInput: CommandInput
    commandOutput: CommandOutput
    event: IncomingEvent