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

    Interface SettingsDialogResult

    设置对话框结果接口

    interface SettingsDialogResult {
        action: "cancel" | "ok";
        changed: boolean;
    }
    Index

    Properties

    Properties

    action: "cancel" | "ok"
    changed: boolean