respondToTrixtaReactionEffectSaga
Will listen for a Trixta reaction for the given roleName and reactionName, dispatching the data to actionToDispatch or dispatchResponseTo parameters
Option 1
Option 2
Parameter
Description
Type
roleName
Trixta role name
string
reactionName
Trixta reaction name
string
actionToDispatch
Redux action creator function to dispatch response to
Function(payload) => ({ type:string; payload})
dispatchResponseTo
Name of event to dispatch response to
string
Last updated