ToolPanelState
Adaptable State Section for the AdapTable ToolPanel
TypeScript
export interface ToolPanelState extendsExtends
Properties
| Property | Description | Default |
|---|---|---|
| ModuleButtons | AdapTable Module Buttons visible in ToolPanel | Empty Array |
| ToolPanels | Adaptable Tool Panels which are viaible | ToolPanels 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)