DataChangeHistoryButton
A custom AdaptableButton which provides a build in undo action
TypeScript
export interface DataChangeHistoryButton<TData = any> extendsExtends
AdaptableButton<DataChangeHistoryContext<TData>>
Properties
| Property | Description |
|---|---|
| action | |
| adaptableContext | Custom application Context provided in AdaptableOptions.adaptableContext |
Property Details
action
TypeScript
action?: AdaptableDataChangeHistoryAction;Property Value
AdaptableDataChangeHistoryAction
adaptableContext
Inherited from BaseContext
Custom application Context provided in AdaptableOptions.adaptableContext
TypeScript
adaptableContext: any;Property Value
any