[**Kvaser CanKing GUI Extensions SDK v7.5.1**](../../README.md)

***

[Kvaser CanKing GUI Extensions SDK](../../modules.md) / [hooks](../README.md) / IUndoState

# Interface: IUndoState\<T\>

The undo/redo state.

## Type Parameters

### T

`T`

The type of the undo/redo data.

## Properties

### current?

> `optional` **current**: `T`

The current value

***

### next

> **next**: `T`[]

The next values

***

### previous

> **previous**: `T`[]

The previous values
