TrixtaActionComponent

React component to render a Trixta action using rjsf

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

<TrixtaActionComponent
  roleName=""
  actionName=""
  initialData={}
  extraData={}
  debugOptions={}
  debugMode={false}
  requestEvent=""
  responseEvent=""
  errorEvent=""
  timeoutEvent=""
  timeout={1500}
  setTimeoutEventAsErrorEvent={false}
  actionOptions={}
/>

Last updated