Returns a redo action object for an NgUndo reducer action.
redo
Copy
@Dispatchpublic redo() { return redo('test'); // Returns { type: '&_NG-UNDO', payload: { type: 'REDO', propertyName: 'test' } }} Copy
@Dispatchpublic redo() { return redo('test'); // Returns { type: '&_NG-UNDO', payload: { type: 'REDO', propertyName: 'test' } }}
The propertyName used to identify actions related to the NgUndo reducer.
An action object with a type and payload property for redoing a property state change.
Generated using TypeDoc
Returns a redo action object for an NgUndo reducer action.
Function
Name
redo
Example
Example