ToolPanelOptions

Options related to managing the AdapTable ToolPanel Component

TypeScript
export interface

Properties

PropertyTypeDescriptionDefault
customButtonsAdaptableButton<ToolPanelButtonContext>[]ToolPanel Buttons provided by Users which perform custom behaviour
customToolPanelsCustomToolPanel[]ToolPanels provided by Users which contain custom content
showToolPanelsDropdownbooleanDisplay the Tool Panels dropdowntrue

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

CustomToolPanel[]

showToolPanelsDropdown

Display the Tool Panels dropdown

TypeScript
showToolPanelsDropdown?: boolean;
Default Value

true

Property Value

boolean