DataSetSelectedInfo
Object returned by the DataSetSelected event
TypeScript
export interface DataSetSelectedInfo extendsExtends
Properties
| Property | Description |
|---|---|
| dataSet | The DataSet that has been selected |
| adaptableContext | Custom application Context provided in AdaptableOptions.adaptableContext |
Property Details
dataSet
The DataSet that has been selected
TypeScript
dataSet: DataSet;Property Value
adaptableContext
Inherited from BaseContext
Custom application Context provided in AdaptableOptions.adaptableContext
TypeScript
adaptableContext: any;Property Value
any