DestroyConfig

Adaptable Destroy Configuration

TypeScript
export interface

Properties

PropertyTypeDescriptionDefault
destroyAgGridbooleanDestroy the AgGrid instancetrue
unmountbooleanUnmount 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