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

Properties

Properties

type: string

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

data: any[]

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