import {
TrixtaActionComponent,
TrixtaActionComponentArgs
} from '@trixtateam/trixta-js-core';
<TrixtaActionComponent
roleName=""
actionName=""
initialData={}
extraData={}
debugOptions={}
debugMode={false}
requestEvent=""
responseEvent=""
errorEvent=""
timeoutEvent=""
timeout={1500}
setTimeoutEventAsErrorEvent={false}
actionOptions={}
>
{({
submit,
isInProgress,
instances,
response,
initialData,
}: TrixtaActionComponentArgs<
TFormDataType,TSuccessType,TErrorType
>) => (
{function | <component />}
)}
</TrixtaActionComponent>