Skip to content
View as Markdown
View as Markdown

@salesforce/b2c-tooling-sdk / skills / getSkillSource

Function: getSkillSource()

getSkillSource(skillSet): SkillSourceConfig

Defined in: packages/b2c-tooling-sdk/src/skills/sources.ts:71

Get the source configuration for a specific skill set.

Parameters

skillSet

SkillSet

The skill set identifier ('b2c', 'b2c-cli', 'storefront-next', 'storefront-next-figma', or 'cap-dev')

Returns

SkillSourceConfig

The source configuration for the skill set

Throws

Error if the skill set is not recognized

Released under the Apache-2.0 License.