api documentation for redux-undo (v0.6.1)

simple undo/redo functionality for redux state containers

table of contents

  1. module redux-undo
    1. function redux-undo.default (reducer)
    2. function redux-undo.distinctState ()
    3. function redux-undo.excludeAction ()
    4. function redux-undo.ifAction (rawActions)
    5. function redux-undo.includeAction (rawActions)
    6. function redux-undo.parseActions (rawActions)
    7. object redux-undo.ActionCreators
    8. object redux-undo.ActionTypes
  2. module redux-undo.ActionCreators
    1. function redux-undo.ActionCreators.jumpToFuture (index)
    2. function redux-undo.ActionCreators.jumpToPast (index)
    3. function redux-undo.ActionCreators.redo ()
    4. function redux-undo.ActionCreators.undo ()

module redux-undo

function redux-undo.default (reducer)

function redux-undo.distinctState ()

function redux-undo.excludeAction ()

function redux-undo.ifAction (rawActions)

function redux-undo.includeAction (rawActions)

function redux-undo.parseActions (rawActions)

module redux-undo.ActionCreators

function redux-undo.ActionCreators.jumpToFuture (index)

function redux-undo.ActionCreators.jumpToPast (index)

function redux-undo.ActionCreators.redo ()

function redux-undo.ActionCreators.undo ()

[ this document was created with utility2 ]