@mudssky/jsutils
Preparing search index...
SelectorDiagnostic
Interface SelectorDiagnostic
单个选择器的完整诊断报告
interface
SelectorDiagnostic
{
context
?:
SelectorDiagnosticContext
;
count
:
number
;
matched
:
boolean
;
name
:
string
;
reason
?:
SelectorFailReason
;
selector
:
SelectorValue
;
suggestion
:
string
;
}
Index
Properties
context?
count
matched
name
reason?
selector
suggestion
Properties
Optional
context
context
?:
SelectorDiagnosticContext
诊断上下文(仅未匹配时提供)
count
count
:
number
匹配数量
matched
matched
:
boolean
是否匹配成功
name
name
:
string
选择器名称
Optional
reason
reason
?:
SelectorFailReason
未匹配原因
selector
selector
:
SelectorValue
原始选择器值
suggestion
suggestion
:
string
排障建议
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
context
count
matched
name
reason
selector
suggestion
@mudssky/jsutils
Loading...
单个选择器的完整诊断报告