DestroyConfig
Adaptable Destroy Configuration
TypeScript
export interfaceProperties
| Property | Description | Default |
|---|---|---|
| destroyAgGrid | Destroy the AgGrid instance | true |
| unmount | Unmount 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