Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DebugConsole

Represents the debug console.

Hierarchy

  • DebugConsole

Index

Methods

  • append(value: string): void
  • 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