DetectorModelOnInput

data class DetectorModelOnInput(val events: List<DetectorModelEvent>? = null, val transitionEvents: List<DetectorModelTransitionEvent>? = null)

Specifies the actions performed when the `condition` evaluates to TRUE.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the actions performed when the `condition` evaluates to TRUE.

Link copied to clipboard

Specifies the actions performed, and the next state entered, when a `condition` evaluates to TRUE.