CustomToolPanelButtonContext
Context used for Custom Tool Panels containing Buttons
TypeScript
export interface CustomToolPanelButtonContext extendsExtends
Properties
| Property | Type | Description |
|---|---|---|
| customToolPanel | CustomToolPanel | The Custom ToolPanel which contains the button |
| adaptableContext | any | Custom application Context provided in AdaptableOptions.adaptableContext |
Property Details
customToolPanel
The Custom ToolPanel which contains the button
TypeScript
customToolPanel: CustomToolPanel;Property Value
adaptableContext
Inherited from BaseContext
Custom application Context provided in AdaptableOptions.adaptableContext
TypeScript
adaptableContext: any;Property Value
any