Interface NgUndoAction

Represents an action to be dispatched to the NgUndo reducer.

NgUndoAction

Hierarchy

  • NgUndoAction

Properties

Properties

payload: {
    index?: number;
    propertyName: string;
    type: string;
}

The data associated with the action.

Type declaration

  • Optional index?: number
  • propertyName: string
  • type: string
type: string

The type of the action.

Generated using TypeDoc