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

    Interface FindResult

    查找结果项

    interface FindResult {
        entity: EntityBase;
        textContent: string;
        matchedText: string;
        matchIndex: number;
        entityType: "TEXT" | "MTEXT";
    }
    Index

    Properties

    entity: EntityBase

    实体对象

    textContent: string

    实体中的文字内容

    matchedText: string

    匹配的文字

    matchIndex: number

    匹配的起始位置

    entityType: "TEXT" | "MTEXT"

    实体类型