TrixtaReactionResponseComponent

React component to render a Trixta reaction response using rjsf

Please note a reaction response is only viable, if the requestForEffect property is false

import {
  TrixtaReactionResponseComponent
} from '@trixtateam/trixta-js-rjsf';

<TrixtaReactionResponseComponent
  roleName=""
  reactionName=""
  debugMode={false}
/>

Last updated