ToolPanelOptions
Options related to managing the AdapTable ToolPanel Component
TypeScript
export interfaceProperties
| Property | Type | Description | Default |
|---|---|---|---|
| customButtons | AdaptableButton<ToolPanelButtonContext>[] | ToolPanel Buttons provided by Users which perform custom behaviour | |
| customToolPanels | CustomToolPanel[] | ToolPanels provided by Users which contain custom content | |
| showToolPanelsDropdown | boolean | Display the Tool Panels dropdown | true |
Property Details
customButtons
ToolPanel Buttons provided by Users which perform custom behaviour
TypeScript
customButtons?: AdaptableButton<ToolPanelButtonContext>[];Property Value
AdaptableButton<ToolPanelButtonContext>[]
customToolPanels
ToolPanels provided by Users which contain custom content
TypeScript
customToolPanels?: CustomToolPanel[];Property Value
showToolPanelsDropdown
Display the Tool Panels dropdown
TypeScript
showToolPanelsDropdown?: boolean;Default Value
true
Property Value
boolean