UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

67 lines (66 loc) 1.93 kB
import { Description } from "./Description"; import { DataGridColumnDescription } from "./DataGridColumnDescription"; import { Type } from "./type"; /** * @hidden */ export declare abstract class GridColumnOptionsBaseDescription extends Description { static $t: Type; protected get_type(): string; get type(): string; constructor(); private h; get autoSize(): boolean; set autoSize(a: boolean); private q; get backgroundColor(): string; set backgroundColor(a: string); private r; get baseTheme(): string; set baseTheme(a: string); private n; get actualBaseTheme(): string; set actualBaseTheme(a: string); private s; get buttonDensity(): string; set buttonDensity(a: string); private o; get actualButtonDensity(): string; set actualButtonDensity(a: string); private t; get buttonFontFamily(): string; set buttonFontFamily(a: string); private j; get buttonFontSize(): number; set buttonFontSize(a: number); private u; get buttonFontStyle(): string; set buttonFontStyle(a: string); private v; get buttonFontWeight(): string; set buttonFontWeight(a: string); private f; get column(): DataGridColumnDescription; set column(a: DataGridColumnDescription); private w; get density(): string; set density(a: string); private p; get actualDensity(): string; set actualDensity(a: string); private x; get labelFontFamily(): string; set labelFontFamily(a: string); private k; get labelFontSize(): number; set labelFontSize(a: number); private y; get labelFontStyle(): string; set labelFontStyle(a: string); private z; get labelFontWeight(): string; set labelFontWeight(a: string); private aa; get textColor(): string; set textColor(a: string); }