Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TerminalOutputViewer

Hierarchy

Index

Properties

viewerType

viewerType: "terminal-output"

Methods

find

  • find(needle: string | RegExp, options?: FindOptions): boolean

findNext

  • findNext(needle: string | RegExp): boolean
  • Parameters

    • needle: string | RegExp

    Returns boolean

findPrevious

  • findPrevious(needle: string | RegExp): boolean
  • Parameters

    • needle: string | RegExp

    Returns boolean

getOwningTerminal

getTab

  • getTab(): Tab

hasSelection

  • hasSelection(): boolean

highlight

  • highlight(needle: string | RegExp): void
  • Parameters

    • needle: string | RegExp

    Returns void

isLive

  • isLive(): boolean
  • Returns true if this output viewer is connected to a live PTY and emulator.

    Returns boolean

    true if this output viewer is connected to a live PTY and emulator.

Generated using TypeDoc