CustomToolbarConfiguredInfo
EventInfo returned by the CustomToolbarConfigured event
TypeScript
export interface CustomToolbarConfiguredInfo extendsExtends
Properties
| Property | Type | Description |
|---|---|---|
| customToolbar | CustomToolbar | Custom Toolbar in which the 'Configure' button has been clicked |
| adaptableContext | any | Custom application Context provided in AdaptableOptions.adaptableContext |
Property Details
customToolbar
Custom Toolbar in which the 'Configure' button has been clicked
TypeScript
customToolbar: CustomToolbar;Property Value
adaptableContext
Inherited from BaseContext
Custom application Context provided in AdaptableOptions.adaptableContext
TypeScript
adaptableContext: any;Property Value
any