@kvaser/canking-api
Version:
CanKing API to communicate with the CanKing service using Node.js.
42 lines (21 loc) • 471 B
Markdown
[**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