Skip to content
View as Markdown
View as Markdown

@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?

optional instanceCatalog: ConfigCatalogFile[]

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

dw.json files available for named/default instance selection.


location?

optional location: 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?

optional scope: "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.

Released under the Apache-2.0 License.