GridFilterAppliedInfo

EventInfo returned by the GridFilterApplied event

TypeScript
export interface GridFilterAppliedInfo extends
Extends

BaseContext

Properties

PropertyTypeDescription
gridFilterGridFilter | undefinedCurrent Grid Filter
gridFilterExpressionASTanyAST for Current Grid Filter Expression
adaptableContextanyCustom 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