DetectorModelOnExit

data class DetectorModelOnExit(val events: List<DetectorModelEvent>? = null)

When exiting this state, perform these `actions` if the specified `condition` is `TRUE`.

Constructors

Link copied to clipboard
constructor(events: List<DetectorModelEvent>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the `actions` that are performed when the state is exited and the `condition` is `TRUE`.