@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? ​
optionalcontext:Partial<B2COperationContext>
Defined in: packages/b2c-tooling-sdk/src/cli/lifecycle.ts:85
Modified context to pass through to afterOperation
skip? ​
optionalskip:boolean
Defined in: packages/b2c-tooling-sdk/src/cli/lifecycle.ts:81
Set to true to skip the operation
skipReason? ​
optionalskipReason:string
Defined in: packages/b2c-tooling-sdk/src/cli/lifecycle.ts:83
Reason for skipping (logged to user)