Adaptable State Section for the Application Module

TypeScript
export interface ApplicationState extends
Extends

BaseState

Properties

PropertyDescription
ApplicationDataEntriesArray 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[];
Property Value

ApplicationDataEntry[]