ToolPanelButtonContext

Context required by functions when using a ToolPanel Button

TypeScript
export interface ToolPanelButtonContext extends
Extends

BaseContext

Properties

PropertyDescription
toolPanelStateCurrent ToolPanel State
adaptableContextCustom application Context provided in AdaptableOptions.adaptableContext

Property Details

toolPanelState

Current ToolPanel State

TypeScript
toolPanelState: ToolPanelState;
Property Value

ToolPanelState

adaptableContext

Inherited from BaseContext

Custom application Context provided in AdaptableOptions.adaptableContext

TypeScript
adaptableContext: any;
Property Value

any