UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

24 lines (23 loc) 597 B
import { Description } from "./Description"; import { Type } from "./type"; /** * @hidden */ export declare class ListPanelItemModelDescription extends Description { static $t: Type; protected get_type(): string; get type(): string; constructor(); private j; get dataRow(): number; set dataRow(a: number); private h; get rowHeight(): number; set rowHeight(a: number); private l; get rowObjectRef(): string; set rowObjectRef(a: string); private f; get isModelDirty(): boolean; set isModelDirty(a: boolean); }