DataChangeHistoryButton

A custom AdaptableButton which provides a build in undo action

TypeScript
export interface DataChangeHistoryButton<TData = any> extends
Extends

AdaptableButton<DataChangeHistoryContext<TData>>

Properties

PropertyTypeDescription
actionAdaptableDataChangeHistoryAction
adaptableContextanyCustom 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