SettingsPanelNavigationContext
Context passed to SettingsPanelOptions.navigation.
TypeScript
export interface SettingsPanelNavigationContext extendsExtends
Properties
| Property | Type | Description |
|---|---|---|
| adaptableContext | any | Custom application Context provided in AdaptableOptions.adaptableContext |
Property Details
adaptableContext
Inherited from BaseContext
Custom application Context provided in AdaptableOptions.adaptableContext
TypeScript
adaptableContext: any;Property Value
any