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:91

Information about a configuration source that contributed to resolution.

Properties

fieldsContributed

fieldsContributed: keyof NormalizedConfig[]

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

Fields that this source contributed to the final config


name

name: string

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

Human-readable name of the source


path?

optional path: string

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

Path to the source file (if applicable)

All rights reserved.