@salesforce/b2c-tooling-sdk / config / ConfigLoadResult
Interface: ConfigLoadResult
Defined in: packages/b2c-tooling-sdk/src/config/types.ts:310
Result of loading configuration from a source.
Properties
config
config:
NormalizedConfig
Defined in: packages/b2c-tooling-sdk/src/config/types.ts:312
The loaded configuration
instanceCatalog?
optionalinstanceCatalog:ConfigCatalogFile[]
Defined in: packages/b2c-tooling-sdk/src/config/types.ts:316
dw.json files available for named/default instance selection.
location?
optionallocation:string
Defined in: packages/b2c-tooling-sdk/src/config/types.ts:321
Location of the source (for diagnostics). May be a file path, keychain entry, URL, or other identifier.
scope?
optionalscope:"global"
Defined in: packages/b2c-tooling-sdk/src/config/types.ts:314
Logical scope of the source when it differs from the primary project configuration.