Skip to content

@salesforce/b2c-tooling-sdk / safety / SafetyAction

Type Alias: SafetyAction ​

SafetyAction = "allow" | "block" | "confirm"

Defined in: packages/b2c-tooling-sdk/src/safety/types.ts:20

Action that a safety evaluation can produce.

  • allow: Operation is permitted
  • block: Operation is refused
  • confirm: Operation requires interactive confirmation before proceeding

Released under the Apache-2.0 License.