Skip to content

@salesforce/b2c-tooling-sdk / scaffold / ScaffoldChoice

Interface: ScaffoldChoice ​

Defined in: packages/b2c-tooling-sdk/src/scaffold/types.ts:53

Choice option for choice/multi-choice parameters

Properties ​

label ​

label: string

Defined in: packages/b2c-tooling-sdk/src/scaffold/types.ts:57

Human-readable label for this choice


value ​

value: string

Defined in: packages/b2c-tooling-sdk/src/scaffold/types.ts:55

The value to use when this choice is selected

Released under the Apache-2.0 License.