@salesforce/b2c-tooling-sdk / config / ConfigSourceInfo
Interface: ConfigSourceInfo
Defined in: packages/b2c-tooling-sdk/src/config/types.ts:247
Information about a configuration source that participated in resolution.
Properties
fields
fields: keyof
NormalizedConfig[]
Defined in: packages/b2c-tooling-sdk/src/config/types.ts:255
All fields that this source provided values for
fieldsIgnored?
optionalfieldsIgnored: keyofNormalizedConfig[]
Defined in: packages/b2c-tooling-sdk/src/config/types.ts:257
Fields that were not used because a higher priority source already provided them
instanceCatalog?
optionalinstanceCatalog:ConfigCatalogFile[]
Defined in: packages/b2c-tooling-sdk/src/config/types.ts:259
dw.json files available to this source for named/default instance selection.
location?
optionallocation:string
Defined in: packages/b2c-tooling-sdk/src/config/types.ts:253
Location of the source (file path, keychain entry, URL, etc.)
name
name:
string
Defined in: packages/b2c-tooling-sdk/src/config/types.ts:249
Human-readable name of the source
scope?
optionalscope:"global"
Defined in: packages/b2c-tooling-sdk/src/config/types.ts:251
Logical scope of the source when it differs from the primary project configuration.