Skip to content

@salesforce/b2c-tooling-sdk / discovery / DetectionResult

Interface: DetectionResult ​

Defined in: packages/b2c-tooling-sdk/src/discovery/types.ts:40

Result of workspace detection.

Properties ​

autoDiscovered ​

autoDiscovered: boolean

Defined in: packages/b2c-tooling-sdk/src/discovery/types.ts:46

Whether auto-discovery was performed


matchedPatterns ​

matchedPatterns: string[]

Defined in: packages/b2c-tooling-sdk/src/discovery/types.ts:44

All patterns that matched


projectTypes ​

projectTypes: ProjectType[]

Defined in: packages/b2c-tooling-sdk/src/discovery/types.ts:42

All detected project types (from matched patterns)

Released under the Apache-2.0 License.