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

    Interface ILoadEditAreaResult

    加载编辑区域结果

    interface ILoadEditAreaResult {
        success: boolean;
        error?: string;
        loadedCount?: number;
    }
    Index

    Properties

    success: boolean
    error?: string
    loadedCount?: number