Skip to main content

Interface: SceneValidationEventPayload

Payload for the mimeeq-scene-validation event.

The event is emitted whenever a modular Finish or Add to Cart action validates the scene. Invalid silent Add to Cart events are cancelable, allowing host integrations to block the submission when their own validation requirements are not met.

Properties

action

action: string

The finish action currently being validated, such as basket or selector.


isValid

isValid: boolean

Whether every required modular scene connection is present.


policy

policy: ModularSceneValidationPolicy

The effective validation policy applied to the action.