CustomToolbarConfiguredInfo

EventInfo returned by the CustomToolbarConfigured event

TypeScript
export interface CustomToolbarConfiguredInfo extends
Extends

BaseContext

Properties

PropertyDescription
customToolbarCustom Toolbar in which the 'Configure' button has been clicked
adaptableContextCustom application Context provided in AdaptableOptions.adaptableContext

Property Details

customToolbar

Custom Toolbar in which the 'Configure' button has been clicked

TypeScript
customToolbar: CustomToolbar;
Property Value

CustomToolbar

adaptableContext

Inherited from BaseContext

Custom application Context provided in AdaptableOptions.adaptableContext

TypeScript
adaptableContext: any;
Property Value

any