Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MonacoDiagnosticCollection

Hierarchy

  • MonacoDiagnosticCollection

Implements

  • Disposable

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Protected Readonly diagnostics

diagnostics: Map<string, undefined | MonacoModelDiagnostics> = ...

Protected Readonly name

name: string

Protected Readonly p2m

Protected Readonly toDispose

toDispose: DisposableCollection = ...

Methods

dispose

  • dispose(): void

get

  • get(uri: string): Diagnostic[]

set

  • set(uri: string, diagnostics: Diagnostic[]): void