mznjs API Documentation - v0.0.31-beta.5
Docs
GitHub
Changelog
Preparing search index...
vscode-config/src
InteractiveOptions
Interface InteractiveOptions
用户交互选项
interface
InteractiveOptions
{
promptOnMissing
?:
boolean
;
promptOnUpdate
?:
boolean
;
defaultUpdateOptions
?:
UpdateOptions
;
}
Index
Properties
prompt
On
Missing?
prompt
On
Update?
default
Update
Options?
Properties
Optional
prompt
On
Missing
promptOnMissing
?:
boolean
是否在文件不存在时询问
Optional
prompt
On
Update
promptOnUpdate
?:
boolean
是否在文件需要更新时询问
Optional
default
Update
Options
defaultUpdateOptions
?:
UpdateOptions
默认的更新选项
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
prompt
On
Missing
prompt
On
Update
default
Update
Options
GitHub Repository
Docs
GitHub
Changelog
mznjs API Documentation - v0.0.31-beta.5
Loading...
用户交互选项