Developer Preview — This project is in active development. APIs may change. Provide feedback
Skip to content

@salesforce/b2c-tooling-sdk / config / ConfigSourceInfo

Interface: ConfigSourceInfo

Defined in: packages/b2c-tooling-sdk/src/config/types.ts:100

Information about a configuration source that contributed to resolution.

Properties

fields

fields: keyof NormalizedConfig[]

Defined in: packages/b2c-tooling-sdk/src/config/types.ts:106

All fields that this source provided values for


fieldsIgnored?

optional fieldsIgnored: keyof NormalizedConfig[]

Defined in: packages/b2c-tooling-sdk/src/config/types.ts:108

Fields that were not used because a higher priority source already provided them


location?

optional location: string

Defined in: packages/b2c-tooling-sdk/src/config/types.ts:104

Location of the source (file path, keychain entry, URL, etc.)


name

name: string

Defined in: packages/b2c-tooling-sdk/src/config/types.ts:102

Human-readable name of the source

Released under the Apache-2.0 License.