UNPKG

igniteui-react-core

Version:
82 lines (81 loc) 2.52 kB
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 h; get actualDataSource(): PropertyEditorPropertyDescriptionDescription[]; set actualDataSource(a: PropertyEditorPropertyDescriptionDescription[]); private i; get properties(): PropertyEditorPropertyDescriptionDescription[]; set properties(a: PropertyEditorPropertyDescriptionDescription[]); private af; get filterPlaceholderText(): string; set filterPlaceholderText(a: string); private ah; get searchInputType(): string; set searchInputType(a: string); private t; get rowHeight(): number; set rowHeight(a: number); private y; get cellFontFamily(): string; set cellFontFamily(a: string); private r; get cellFontSize(): number; set cellFontSize(a: number); private z; get cellFontStyle(): string; set cellFontStyle(a: string); private aa; get cellFontWeight(): string; set cellFontWeight(a: string); private x; get baseTheme(): string; set baseTheme(a: string); private ac; get density(): string; set density(a: string); private ad; get descriptionContextRef(): string; set descriptionContextRef(a: string); private ab; get componentRendererRef(): string; set componentRendererRef(a: string); private ai; 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 w; get backgroundColor(): string; set backgroundColor(a: string); private aj; get textColor(): string; set textColor(a: string); private ak; get width(): string; set width(a: string); private ag; get height(): string; set height(a: string); private v; get background(): string; set background(a: string); }