igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
82 lines (81 loc) • 2.52 kB
TypeScript
import { Description } from "./Description";
import { PropertyEditorPropertyDescriptionDescription } from "./PropertyEditorPropertyDescriptionDescription";
import { Type } from "./type";
/**
* @hidden
*/
export declare class PropertyEditorDescription extends Description {
static $t: Type;
protected get_type(): string;
get type(): string;
constructor();
private k;
get actualDataSource(): PropertyEditorPropertyDescriptionDescription[];
set actualDataSource(a: PropertyEditorPropertyDescriptionDescription[]);
private l;
get properties(): PropertyEditorPropertyDescriptionDescription[];
set properties(a: PropertyEditorPropertyDescriptionDescription[]);
private ai;
get filterPlaceholderText(): string;
set filterPlaceholderText(a: string);
private ak;
get searchInputType(): string;
set searchInputType(a: string);
private w;
get rowHeight(): number;
set rowHeight(a: number);
private ab;
get cellFontFamily(): string;
set cellFontFamily(a: string);
private u;
get cellFontSize(): number;
set cellFontSize(a: number);
private ac;
get cellFontStyle(): string;
set cellFontStyle(a: string);
private ad;
get cellFontWeight(): string;
set cellFontWeight(a: string);
private aa;
get baseTheme(): string;
set baseTheme(a: string);
private af;
get density(): string;
set density(a: string);
private ag;
get descriptionContextRef(): string;
set descriptionContextRef(a: string);
private ae;
get componentRendererRef(): string;
set componentRendererRef(a: string);
private al;
get targetRef(): string;
set targetRef(a: string);
private ah;
get descriptionType(): string;
set descriptionType(a: string);
private o;
get isHorizontal(): boolean;
set isHorizontal(a: boolean);
private q;
get isWrappingEnabled(): boolean;
set isWrappingEnabled(a: boolean);
private p;
get isIndirectModeEnabled(): boolean;
set isIndirectModeEnabled(a: boolean);
private z;
get backgroundColor(): string;
set backgroundColor(a: string);
private am;
get textColor(): string;
set textColor(a: string);
private an;
get width(): string;
set width(a: string);
private aj;
get height(): string;
set height(a: string);
private y;
get background(): string;
set background(a: string);
}