Hierarchy

  • BaseWidget
    • ConsoleWidget

Implements

  • StatefulWidget

Constructors

Properties

_input: MonacoEditor
_inputFocusContextKey: ContextKey<boolean>
_session: undefined | ConsoleSession
contextKeyService: ContextKeyService
editorProvider: MonacoEditorProvider
sessionManager: ConsoleSessionManager
totalHeight: number = -1
totalWidth: number = -1
styles: {
    content: string;
    input: string;
    node: string;
} = ...

Type declaration

  • content: string
  • input: string
  • node: string

Accessors

Methods