interface CanvasHistory {
    type: string;
    data: Object[];
}

Properties

Properties

type: string

The type of operation stored as history (create, update, delete)

data: Object[]

The data corresponding to the action which may later be un-done