@salesforce/b2c-tooling-sdk / config / ConfigSourceInfo
Interface: ConfigSourceInfo ​
Defined in: packages/b2c-tooling-sdk/src/config/types.ts:158
Information about a configuration source that contributed to resolution.
Properties ​
fields ​
fields: keyof
NormalizedConfig[]
Defined in: packages/b2c-tooling-sdk/src/config/types.ts:164
All fields that this source provided values for
fieldsIgnored? ​
optionalfieldsIgnored: keyofNormalizedConfig[]
Defined in: packages/b2c-tooling-sdk/src/config/types.ts:166
Fields that were not used because a higher priority source already provided them
location? ​
optionallocation:string
Defined in: packages/b2c-tooling-sdk/src/config/types.ts:162
Location of the source (file path, keychain entry, URL, etc.)
name ​
name:
string
Defined in: packages/b2c-tooling-sdk/src/config/types.ts:160
Human-readable name of the source