ToolPanelButtonContext

Context required by functions when using a ToolPanel Button

TypeScript
export interface ToolPanelButtonContext extends
Extends

BaseContext

Properties

PropertyTypeDescription
toolPanelStateToolPanelStateCurrent ToolPanel State
adaptableContextanyCustom 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