QuickSearchContext

Context used when applying Quick Search in bespoke fashion

TypeScript
export interface QuickSearchContext extends
Extends

BaseContext

Properties

PropertyDescription
gridCellCell being checked
quickSearchValueCurrent Quick Search Text
adaptableContextCustom application Context provided in AdaptableOptions.adaptableContext

Property Details

gridCell

Cell being checked

TypeScript
gridCell: GridCell;
Property Value

GridCell

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