Skip to content
View as Markdown
View as Markdown

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

Interface: BeforeB2COperationResult

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

Result returned by a beforeOperation hook.

Properties

context?

optional context: Partial<B2COperationContext>

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

Modified context to pass through to afterOperation


skip?

optional skip: boolean

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

Set to true to skip the operation


skipReason?

optional skipReason: string

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

Reason for skipping (logged to user)

Released under the Apache-2.0 License.