Adaptable State Section for the AdapTable ToolPanel

TypeScript
export interface ToolPanelState extends
Extends

BaseState

Properties

PropertyDescriptionDefault
ModuleButtonsAdapTable Module Buttons visible in ToolPanelEmpty Array
ToolPanelsAdaptable Tool Panels which are viaibleToolPanels for all available Modules (subject to Entitlement rules)

Property Details

ModuleButtons

AdapTable Module Buttons visible in ToolPanel

TypeScript
ModuleButtons?: AdaptableModuleButtons;
Default Value

Empty Array

Property Value

AdaptableModuleButtons

ToolPanels

Adaptable Tool Panels which are viaible

TypeScript
ToolPanels?: AdaptableToolPanelDefinition[];
Default Value

ToolPanels for all available Modules (subject to Entitlement rules)

Property Value

AdaptableToolPanelDefinition[]