Skip to content
View as Markdown
View as Markdown

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

Interface: ConfigCatalogFile

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

A dw.json file participating in the effective instance catalog.

Properties

location

location: string

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

File path.


scope

scope: "global" | "primary"

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

Whether this is the primary project file or the shared global file.


selected

selected: boolean

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

Whether this file supplied the selected instance.

Released under the Apache-2.0 License.