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

    Interface QuickSelectResult

    查找结果项

    interface QuickSelectResult {
        entity: EntityBase;
        entityType: string;
        description: string;
        selected: boolean;
    }
    Index

    Properties

    entity: EntityBase

    实体对象

    entityType: string

    实体类型

    description: string

    实体描述信息

    selected: boolean

    是否被选中