UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

21 lines (20 loc) 530 B
import { Description } from "./Description"; import { Type } from "./type"; /** * @hidden */ export declare class PropertyUpdatedEventArgsDescription extends Description { static $t: Type; protected get_type(): string; get type(): string; constructor(); private j; get propertyName(): string; set propertyName(a: string); private i; get oldValueRef(): string; set oldValueRef(a: string); private h; get newValueRef(): string; set newValueRef(a: string); }