GridFilterAppliedInfo

EventInfo returned by the GridFilterApplied event

TypeScript
export interface GridFilterAppliedInfo extends
Extends

BaseContext

Properties

PropertyDescription
gridFilterCurrent Grid Filter
gridFilterExpressionASTAST for Current Grid Filter Expression
adaptableContextCustom application Context provided in AdaptableOptions.adaptableContext

Property Details

gridFilter

Current Grid Filter

TypeScript
gridFilter: GridFilter | undefined;
Property Value

GridFilter | undefined

gridFilterExpressionAST

AST for Current Grid Filter Expression

TypeScript
gridFilterExpressionAST: any;
Property Value

any

adaptableContext

Inherited from BaseContext

Custom application Context provided in AdaptableOptions.adaptableContext

TypeScript
adaptableContext: any;
Property Value

any