mznjs API Documentation - v0.0.31-beta.5
Docs
GitHub
Changelog
Preparing search index...
vscode-config/src
CheckResult
Interface CheckResult
检查结果接口
interface
CheckResult
{
path
:
string
;
exists
:
boolean
;
needsUpdate
:
boolean
;
currentContent
?:
string
;
templateContent
:
string
;
description
?:
string
;
}
Index
Properties
path
exists
needs
Update
current
Content?
template
Content
description?
Properties
path
path
:
string
文件路径
exists
exists
:
boolean
是否存在
needs
Update
needsUpdate
:
boolean
是否需要更新
Optional
current
Content
currentContent
?:
string
当前内容(如果存在)
template
Content
templateContent
:
string
模板内容
Optional
description
description
?:
string
文件描述
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
path
exists
needs
Update
current
Content
template
Content
description
GitHub Repository
Docs
GitHub
Changelog
mznjs API Documentation - v0.0.31-beta.5
Loading...
检查结果接口