EffectStore
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
EffectStore
effectstore
/
com.intive.effectstore
/
FlowEffectState
/
Inactive
Inactive
data
class
Inactive
(
val
effectId
:
EffectId
,
val
ownerId
:
OwnerId
?
,
val
triggerAction
:
Action
)
:
FlowEffectState
Members
Constructors
Inactive
Link copied to clipboard
constructor
(
effectId
:
EffectId
,
ownerId
:
OwnerId
?
,
triggerAction
:
Action
)
Properties
effect
Id
Link copied to clipboard
open
override
val
effectId
:
EffectId
owner
Id
Link copied to clipboard
open
override
val
ownerId
:
OwnerId
?
trigger
Action
Link copied to clipboard
open
override
val
triggerAction
:
Action