Theia API Documentation v1.65.0
    Preparing search index...

    Implements

    Index

    Constructors

    Properties

    _maxLineNumber: number
    contentChangeEmitter: Emitter<void> = ...
    decorationIds: Set<string> = ...
    disposed: boolean = false
    disposedEmitter: Emitter<void> = ...
    onContentChange: Event<void> = ...
    onDisposed: Event<void> = ...
    onVisibilityChange: Event<{ isVisible: boolean; preserveFocus?: boolean }> = ...
    preferences: OutputPreferences
    resource: OutputResource
    textModifyQueue: PQueue<PriorityQueue, QueueAddOptions> = ...
    toDispose: DisposableCollection = ...
    visibilityChangeEmitter: Emitter<
        { isVisible: boolean; preserveFocus?: boolean },
    > = ...
    visible: boolean = true

    Accessors

    Methods

    • If preserveFocus is true, the channel will not take focus. It is false by default.

      • Calling show without args or with preserveFocus: false will reveal and activate the Output widget.
      • Calling show with preserveFocus: true will reveal the Output widget but won't activate it.

      Parameters

      • __namedParameters: { preserveFocus: boolean } = ...

      Returns void