igniteui-react-core
Version:
Ignite UI React Core.
76 lines (75 loc) • 2.35 kB
TypeScript
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 h;
get actualDataSource(): PropertyEditorPropertyDescriptionDescription[];
set actualDataSource(a: PropertyEditorPropertyDescriptionDescription[]);
private i;
get properties(): PropertyEditorPropertyDescriptionDescription[];
set properties(a: PropertyEditorPropertyDescriptionDescription[]);
private v;
get rowHeight(): number;
set rowHeight(a: number);
private ai;
get updateMode(): string;
set updateMode(a: string);
private r;
get actualRowHeight(): number;
set actualRowHeight(a: number);
private z;
get cellFontFamily(): string;
set cellFontFamily(a: string);
private s;
get cellFontSize(): number;
set cellFontSize(a: number);
private aa;
get cellFontStyle(): string;
set cellFontStyle(a: string);
private ab;
get cellFontWeight(): string;
set cellFontWeight(a: string);
private ad;
get descriptionContextRef(): string;
set descriptionContextRef(a: string);
private ac;
get componentRendererRef(): string;
set componentRendererRef(a: string);
private ag;
get targetRef(): string;
set targetRef(a: string);
private ae;
get descriptionType(): string;
set descriptionType(a: string);
private l;
get isHorizontal(): boolean;
set isHorizontal(a: boolean);
private n;
get isWrappingEnabled(): boolean;
set isWrappingEnabled(a: boolean);
private m;
get isIndirectModeEnabled(): boolean;
set isIndirectModeEnabled(a: boolean);
private y;
get backgroundColor(): string;
set backgroundColor(a: string);
private ah;
get textColor(): string;
set textColor(a: string);
private aj;
get width(): string;
set width(a: string);
private af;
get height(): string;
set height(a: string);
private x;
get background(): string;
set background(a: string);
}