WebCAD-Lib-TS API 文档 - v1.0.0
Preparing search index...
FindOptions
Interface FindOptions
查找选项
interface
FindOptions
{
caseSensitive
?:
boolean
;
wholeWord
?:
boolean
;
useRegex
?:
boolean
;
}
Index
Properties
case
Sensitive?
whole
Word?
use
Regex?
Properties
Optional
case
Sensitive
caseSensitive
?:
boolean
区分大小写
Optional
whole
Word
wholeWord
?:
boolean
全字匹配
Optional
use
Regex
useRegex
?:
boolean
使用正则表达式
Settings
Member Visibility
Protected
Internal
Alpha
Beta
Theme
OS
Light
Dark
On This Page
Properties
case
Sensitive
whole
Word
use
Regex
WebCAD-Lib-TS API 文档 - v1.0.0
Loading...
查找选项