Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DebugConsole

Represents the debug console.

Hierarchy

  • DebugConsole

Index

Methods(2)

Methods(2)

append

  • append(value: string): void
  • Append the given value to the debug console.

    Parameters

    • value: string

      A string, falsy values will not be printed.

    Returns void

appendLine

  • appendLine(value: string): void
  • Append the given value and a line feed character to the debug console.

    Parameters

    • value: string

      A string, falsy values will be printed.

    Returns void

Generated by TypeDoc. Maintained by 洛竹