Skip to main content

Interface: ModularSceneValidity

Current validity state of a modular scene.

The boolean is suitable for enabling or disabling checkout controls. The accompanying list identifies every required snap that is missing or points to an unresolved connection, so an integration can explain how to fix the scene.

Properties

isValid

isValid: boolean

Whether every applicable required-snap requirement is fulfilled.


missingRequiredSnaps

missingRequiredSnaps: ModularSceneRequiredSnap[]

Required snaps whose current status is not connected.