The attached results action creators.
See Dispatch actions.
Creates an action that sets the attached results to a record.
The action creator payload.
A dispatchable action.
const {setAttachedResults} = loadInsightAttachedResultsActions(engine); Copy
const {setAttachedResults} = loadInsightAttachedResultsActions(engine);
engine.dispatch(setAttachedResults(attachedResults, loading));
The attached results action creators.
See Dispatch actions.