igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
61 lines (60 loc) • 1.8 kB
TypeScript
import { Description } from "./Description";
import { BaseDataSourceDescription } from "./BaseDataSourceDescription";
import { Type } from "./type";
/**
* @hidden
*/
export declare class ListPanelDescription extends Description {
static $t: Type;
protected get_type(): string;
get type(): string;
constructor();
private u;
get dataSourceRef(): string;
set dataSourceRef(a: string);
private f;
get dataSource(): BaseDataSourceDescription;
set dataSource(a: BaseDataSourceDescription);
private n;
get rowHeight(): number;
set rowHeight(a: number);
private j;
get actualRowHeight(): number;
set actualRowHeight(a: number);
private q;
get cellFontFamily(): string;
set cellFontFamily(a: string);
private k;
get cellFontSize(): number;
set cellFontSize(a: number);
private r;
get cellFontStyle(): string;
set cellFontStyle(a: string);
private s;
get cellFontWeight(): string;
set cellFontWeight(a: string);
private p;
get backgroundColor(): string;
set backgroundColor(a: string);
private x;
get orientation(): string;
set orientation(a: string);
private h;
get isCustomRowHeightEnabled(): boolean;
set isCustomRowHeightEnabled(a: boolean);
private z;
get textColor(): string;
set textColor(a: string);
private t;
get contentRefreshedRef(): string;
set contentRefreshedRef(a: string);
private y;
get rowUpdatingRef(): string;
set rowUpdatingRef(a: string);
private w;
get itemWidthRequestedRef(): string;
set itemWidthRequestedRef(a: string);
private v;
get itemHeightRequestedRef(): string;
set itemHeightRequestedRef(a: string);
}