Default values, e.g.
defaults = {
myPlugin: {
foo: 1
}
}
Platform specific defaults, e.g.
platformDefaults = {
[Platform.Windows]: {
myPlugin: {
bar: true
}
},
[Platform.macOS]: {
myPlugin: {
bar: false
}
},
}
Generated using TypeDoc
Extend to add your own config options