TrixtaReactionComponent
React component to render a Trixta reaction using rjsf
Please note if your reaction is a request for response, the property requestForEffect must be false
import {
TrixtaReactionComponent
} from '@trixtateam/trixta-js-rjsf';
<TrixtaReactionComponent
roleName=""
reactionName=""
initialData={}
extraData={}
requestForEffect={false}
defaultComponent={<Component/>}
debugMode={false}
requestEvent=""
responseEvent=""
errorEvent=""
timeoutEvent=""
timeout={1500}
setTimeoutEventAsErrorEvent={false}
/>
Last updated