WebCAD-Lib-TS API 文档 - v1.0.0
Preparing search index...
FindResult
Interface FindResult
查找结果项
interface
FindResult
{
entity
:
EntityBase
;
textContent
:
string
;
matchedText
:
string
;
matchIndex
:
number
;
entityType
:
"TEXT"
|
"MTEXT"
;
}
Index
Properties
entity
text
Content
matched
Text
match
Index
entity
Type
Properties
entity
entity
:
EntityBase
实体对象
text
Content
textContent
:
string
实体中的文字内容
matched
Text
matchedText
:
string
匹配的文字
match
Index
matchIndex
:
number
匹配的起始位置
entity
Type
entityType
:
"TEXT"
|
"MTEXT"
实体类型
Settings
Member Visibility
Protected
Internal
Alpha
Beta
Theme
OS
Light
Dark
On This Page
Properties
entity
text
Content
matched
Text
match
Index
entity
Type
WebCAD-Lib-TS API 文档 - v1.0.0
Loading...
查找结果项