Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • Payload

  • Params

Hierarchy

  • Routine

Index

Properties

PREFIX

PREFIX: string

The prefix the routine was created with

TRIGGER

TRIGGER: string

Type used by trigger(), subscribe to this in your Saga

failure

failure: function & object

Signal the end of a Routine that failed

dispatch(fetchFoo.failure(error))

success

success: function & object

Signal the end of a Routine that was successful

dispatch(fetchFoo.success(foo))

trigger

trigger: function & object

Trigger the start of a Routine

dispatch(fetchFoo.trigger({ id: '5'}))

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc