Variable UNDO_REDUCER_PREFIXConst

UNDO_REDUCER_PREFIX: "&_NG-UNDO" = '&_NG-UNDO'

A prefix used to identify actions related to the NgUndo reducer.

Constant

Name

UNDO_REDUCER_PREFIX

Example

dispatch({
type: UNDO_REDUCER_PREFIX',
payload: {
type: 'UNDO | REDO | JUMP'
propertyName: 'myProp'
index?: <index_number>
}
});

Generated using TypeDoc