Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DocumentsMain

Hierarchy

  • DocumentsMain

Implemented by

Index

Methods

  • $tryCloseDocument(uri: UriComponents): Promise<boolean>
  • $tryCreateDocument(options?: { content?: string; language?: string }): Promise<UriComponents>
  • $tryOpenDocument(uri: UriComponents): Promise<boolean>
  • $trySaveDocument(uri: UriComponents): Promise<boolean>