Interface IMirrorModel

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

Properties§

§readonly uri: Uri
§readonly version: number

Methods§

§

getValue(): string