interface IMirrorModel {
    uri: Uri;
    version: number;
    getValue(): string;
}

Hierarchy (view full)

Properties

Methods

Properties

uri: Uri
version: number

Methods

  • Returns string