Skip to content

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

Interface: ConfigLoadResult ​

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

Result of loading configuration from a source.

Properties ​

config ​

config: NormalizedConfig

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

The loaded configuration


location? ​

optional location: string

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

Location of the source (for diagnostics). May be a file path, keychain entry, URL, or other identifier.

Released under the Apache-2.0 License.