WebCAD-Lib-TS API 文档 - v1.0.0
    Preparing search index...

    Interface IServerMapInfo

    后台图纸信息

    interface IServerMapInfo {
        mapid: string;
        versions: IServerMapVersion[];
        latestVersion: string;
        latestMtime: string;
    }
    Index

    Properties

    mapid: string
    versions: IServerMapVersion[]
    latestVersion: string
    latestMtime: string