Options
All
  • Public
  • Public/Protected
  • All
Menu

Instance object that will become:

// Example
{
 pending: 'FETCH_CART_PENDING',
 success: 'FETCH_CART_SUCCESS',
 fail: 'FETCH_CART_FAIL',
 reset: 'FETCH_CART_RESET',
 cancel: 'FETCH_CART_CANCEL'
}

Note: it will be used by runAsync

Hierarchy

  • IAsyncStatus

Index

Properties

Optional cancel

cancel: string

fail

fail: string

Optional pending

pending: string

Optional reset

reset: string

success

success: string

Legend

  • Function
  • Function with type parameter
  • Type alias
  • Interface
  • Property
  • Class

Generated using TypeDoc