The useEventRunDetails()
React hook will show the live status of the first run triggered by sendEvent()
.
pending
,
success
and error
.true
if the request is currently pending or if it is in a refetch
state.true
if the request succeeded.true
if the request failed.true
if the request is currently pending.true
if the request failed with a loading error.true
if the request failed with a refetch error.