UserInterfaceState

Adaptable State Section for the User Interface

Controls the visibility and behaviour of AdapTable UI elements

TypeScript
export interface UserInterfaceState extends
Extends

BaseState

Properties

PropertyDescriptionDefault
HideAdaptableUIHides 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