Skip to content
View as Markdown
View as Markdown

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

Interface: ConfigSourceInfo

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

Information about a configuration source that participated in resolution.

Properties

fields

fields: keyof NormalizedConfig[]

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

All fields that this source provided values for


fieldsIgnored?

optional fieldsIgnored: keyof NormalizedConfig[]

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

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


instanceCatalog?

optional instanceCatalog: ConfigCatalogFile[]

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

dw.json files available to this source for named/default instance selection.


location?

optional location: string

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

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


name

name: string

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

Human-readable name of the source


scope?

optional scope: "global"

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

Logical scope of the source when it differs from the primary project configuration.

Released under the Apache-2.0 License.