Skip to content

@salesforce/b2c-tooling-sdk / cli / BeforeB2COperationResult

Interface: BeforeB2COperationResult ​

Defined in: packages/b2c-tooling-sdk/src/cli/lifecycle.ts:79

Result returned by a beforeOperation hook.

Properties ​

context? ​

optional context: Partial<B2COperationContext>

Defined in: packages/b2c-tooling-sdk/src/cli/lifecycle.ts:85

Modified context to pass through to afterOperation


skip? ​

optional skip: boolean

Defined in: packages/b2c-tooling-sdk/src/cli/lifecycle.ts:81

Set to true to skip the operation


skipReason? ​

optional skipReason: string

Defined in: packages/b2c-tooling-sdk/src/cli/lifecycle.ts:83

Reason for skipping (logged to user)

Released under the Apache-2.0 License.