QuickSearchContext
Context used when applying Quick Search in bespoke fashion
TypeScript
export interface QuickSearchContext extendsExtends
Properties
| Property | Description |
|---|---|
| gridCell | Cell being checked |
| quickSearchValue | Current Quick Search Text |
| adaptableContext | Custom application Context provided in AdaptableOptions.adaptableContext |
Property Details
gridCell
Cell being checked
TypeScript
gridCell: GridCell;Property Value
quickSearchValue
Current Quick Search Text
TypeScript
quickSearchValue: string;Property Value
string
adaptableContext
Inherited from BaseContext
Custom application Context provided in AdaptableOptions.adaptableContext
TypeScript
adaptableContext: any;Property Value
any