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

    Interface FilterCondition

    过滤条件

    interface FilterCondition {
        property: PropertyDefinition;
        operator: Operator;
        value: any;
    }
    Index

    Properties

    属性定义

    operator: Operator

    运算符

    value: any

    比较值