philia
Preparing search index...
util/common
IModeMatch
Interface IModeMatch
匹配规则
interface
IModeMatch
{
list
:
string
|
string
[]
;
mode
:
"include"
|
"exclude"
|
"regexp"
;
}
Hierarchy (
View Summary
)
IModeMatch
Platform
Index
Properties
list
mode
Properties
list
list
:
string
|
string
[]
匹配列表
mode
mode
:
"include"
|
"exclude"
|
"regexp"
匹配模式 include: 目标在匹配列表 exclude: 目标不在匹配列表 regexp : 目标符合匹配列表正则表达式
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
list
mode
philia
Loading...
匹配规则