@boost/configInterfacesProcessorOptionsOn this pageProcessorOptions Index PropertiesdefaultWhenUndefinednamevalidateProperties optionaldefaultWhenUndefineddefaultWhenUndefined?: booleanWhen a setting has a value of undefined, fallback to the default/initial value for that setting. Defaults to true.namename: stringName of config files, without extension.optionalvalidatevalidate?: booleanValidate all settings within a config file before processing. Defaults to true.
When a setting has a value of
undefined
, fallback to the default/initial value for that setting. Defaults totrue
.