UserInterfaceState
Adaptable State Section for the User Interface
Controls the visibility and behaviour of AdapTable UI elements
TypeScript
export interface UserInterfaceState extendsExtends
Properties
| Property | Description | Default |
|---|---|---|
| HideAdaptableUI | Hides all AdapTable UI elements (i.e. Dashboard, Tool Panel, Status Bar, Column & Context Menus etc.) | false |
Property Details
HideAdaptableUI
Hides all AdapTable UI elements (i.e. Dashboard, Tool Panel, Status Bar, Column & Context Menus etc.)
TypeScript
HideAdaptableUI?: boolean;Default Value
false
Property Value
boolean