Class VirtualDocumentInfo

A virtual implementation of IDocumentInfo

Implements

Constructors

Properties

Accessors

Constructors

Properties

version: number = 0

Current version of the virtual document.

Accessors

  • get uri(): string
  • Get the uri of the virtual document, if the document is not available, it returns an empty string, users need to check for the length of returned value before using it.

    Returns string