Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace IDebugger

A namespace for visual debugger types.

Index

Type aliases

Source

Source: { content: string; mimeType?: string; path: string }

The type for a source file.

Type declaration

  • content: string

    The content of the source.

  • Optional mimeType?: string

    The mimeType of the source.

  • path: string

    The path of the source.

Generated using TypeDoc