UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

20 lines (19 loc) 682 B
import { WebBaseEventArgsDetailDescription } from "./WebBaseEventArgsDetailDescription"; import { WebForOfStateDescription } from "./WebForOfStateDescription"; import { Type } from "./type"; /** * @hidden */ export declare class WebForOfDataChangingEventArgsDetailDescription extends WebBaseEventArgsDetailDescription { static $t: Type; protected get_type(): string; private static __marshalByValue1; private static __marshalByValueAlias1; constructor(); private p; get containerSize(): number; set containerSize(a: number); private m; get state(): WebForOfStateDescription; set state(a: WebForOfStateDescription); }