ApplicationState
Adaptable State Section for the Application Module
TypeScript
export interface ApplicationState extendsExtends
Properties
| Property | Description |
|---|---|
| ApplicationDataEntries | Array of Key / Value pairs enabling custom data to be stored in Adaptable State. |
Property Details
ApplicationDataEntries
Array of Key / Value pairs enabling custom data to be stored in Adaptable State.
TypeScript
ApplicationDataEntries?: ApplicationDataEntry[];