Options
All
  • Public
  • Public/Protected
  • All
Menu

WEX terminal.

Hierarchy

  • WEXTerminal

Index

Constructors

Methods

Constructors

constructor

  • new WEXTerminal(prgmPath: string, onclose: () => void): any
  • Creates a new WEX terminal

    Parameters

    • prgmPath: string
    • onclose: () => void
        • (): void
        • Returns void

    Returns any

Methods

print

  • print(text: string): void
  • Prints some text.

    Parameters

    • text: string

      The text to print.

    Returns void

printErr

  • printErr(text: string): void
  • Prints an error.

    Parameters

    • text: string

      The text to print.

    Returns void

println

  • println(text: string): void
  • Prints some text and a new line.

    Parameters

    • text: string

      The text to print.

    Returns void

Generated using TypeDoc