UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

17 lines (16 loc) 693 B
import { WebCancelableEventArgsDetailDescription } from "./WebCancelableEventArgsDetailDescription"; import { WebFilteringExpressionsTreeDescription } from "./WebFilteringExpressionsTreeDescription"; import { Type } from "./type"; /** * @hidden */ export declare class WebFilteringEventArgsDetailDescription extends WebCancelableEventArgsDetailDescription { static $t: Type; protected get_type(): string; private static __marshalByValue1; private static __marshalByValueAlias1; constructor(); private k; get filteringExpressions(): WebFilteringExpressionsTreeDescription; set filteringExpressions(a: WebFilteringExpressionsTreeDescription); }