CustomToolbarConfiguredInfo
EventInfo returned by the CustomToolbarConfigured event
TypeScript
export interface CustomToolbarConfiguredInfo extendsExtends
Properties
| Property | Description |
|---|---|
| customToolbar | Custom Toolbar in which the 'Configure' button has been clicked |
| adaptableContext | 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