Started

data class Started(val effectId: EffectId, val ownerId: OwnerId?, val triggerAction: Action) : FlowEffectState

Constructors

Link copied to clipboard
constructor(effectId: EffectId, ownerId: OwnerId?, triggerAction: Action)

Properties

Link copied to clipboard
open override val effectId: EffectId
Link copied to clipboard
open override val ownerId: OwnerId?
Link copied to clipboard
open override val triggerAction: Action