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

    Interface InputDialogResult

    输入对话框结果

    interface InputDialogResult {
        confirmed: boolean;
        value?: string;
    }
    Index

    Properties

    Properties

    confirmed: boolean

    是否确认

    value?: string

    输入值