ToolPanelButtonContext
Context required by functions when using a ToolPanel Button
TypeScript
export interface ToolPanelButtonContext extendsExtends
Properties
| Property | Description |
|---|---|
| toolPanelState | Current ToolPanel State |
| adaptableContext | Custom application Context provided in AdaptableOptions.adaptableContext |
Property Details
toolPanelState
Current ToolPanel State
TypeScript
toolPanelState: ToolPanelState;Property Value
adaptableContext
Inherited from BaseContext
Custom application Context provided in AdaptableOptions.adaptableContext
TypeScript
adaptableContext: any;Property Value
any