Adaptable Destroy Configuration

TypeScript
export interface

Properties

PropertyDescriptionDefault
destroyAgGridDestroy the AgGrid instancetrue
unmountUnmount the Adaptable component (Dashboard)true

Property Details

destroyAgGrid

Destroy the AgGrid instance

TypeScript
destroyAgGrid: boolean;
Default Value

true

Property Value

boolean

unmount

Unmount the Adaptable component (Dashboard)

TypeScript
unmount: boolean;
Default Value

true

Property Value

boolean