Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IStoreFetchActionPayload<REQ, RES>

Dispatch action payload which helps with dispatch tracking and promise style usage

export
interface

IStoreFetchActionPayload

template

REQ The action request type

template

RES The action response type

Type parameters

  • REQ

  • RES

Hierarchy

  • IStoreFetchActionPayload

Index

Properties

Optional chainContext

chainContext: undefined | string

Optional chainReject

chainReject: any

Optional chainResolve

chainResolve: any

chainStarter

chainStarter: string

Optional dispatchId

dispatchId: undefined | string

Optional elevationToken

elevationToken: undefined | string

Optional fetchReject

fetchReject: any

Optional fetchResolve

fetchResolve: any

request

request: REQ

Optional serviceContext

serviceContext: undefined | string

Optional timeout

timeout: undefined | number