UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

73 lines (72 loc) 2.27 kB
import { Description } from "./Description"; import { PropertyEditorPropertyDescriptionDescription } from "./PropertyEditorPropertyDescriptionDescription"; import { Type } from "./type"; /** * @hidden */ export declare class PropertyEditorPanelDescription extends Description { static $t: Type; protected get_type(): string; get type(): string; constructor(); private f; get actualDataSource(): PropertyEditorPropertyDescriptionDescription[]; set actualDataSource(a: PropertyEditorPropertyDescriptionDescription[]); private g; get properties(): PropertyEditorPropertyDescriptionDescription[]; set properties(a: PropertyEditorPropertyDescriptionDescription[]); private t; get rowHeight(): number; set rowHeight(a: number); private p; get actualRowHeight(): number; set actualRowHeight(a: number); private x; get cellFontFamily(): string; set cellFontFamily(a: string); private q; get cellFontSize(): number; set cellFontSize(a: number); private y; get cellFontStyle(): string; set cellFontStyle(a: string); private z; get cellFontWeight(): string; set cellFontWeight(a: string); private ab; get descriptionContextRef(): string; set descriptionContextRef(a: string); private aa; get componentRendererRef(): string; set componentRendererRef(a: string); private ae; get targetRef(): string; set targetRef(a: string); private ac; get descriptionType(): string; set descriptionType(a: string); private j; get isHorizontal(): boolean; set isHorizontal(a: boolean); private l; get isWrappingEnabled(): boolean; set isWrappingEnabled(a: boolean); private k; get isIndirectModeEnabled(): boolean; set isIndirectModeEnabled(a: boolean); private w; get backgroundColor(): string; set backgroundColor(a: string); private af; get textColor(): string; set textColor(a: string); private ag; get width(): string; set width(a: string); private ad; get height(): string; set height(a: string); private v; get background(): string; set background(a: string); }