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

    Interface EntityOperationOptions

    实体操作选项 用于控制实体增删操作的行为

    interface EntityOperationOptions {
        recordUndo?: boolean;
    }
    Index

    Properties

    Properties

    recordUndo?: boolean

    是否记录撤销操作

    true