UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

34 lines (33 loc) 1.07 kB
import { CellInfoDescription } from "./CellInfoDescription"; import { Type } from "./type"; /** * @hidden */ export declare class SummaryCellInfoDescription extends CellInfoDescription { static $t: Type; protected get_type(): string; private static __marshalByValue1; private static __marshalByValueAlias1; constructor(); private fr; get resolvedSummaryLabel(): string; set resolvedSummaryLabel(a: string); private fs; get resolvedSummaryValue(): string; set resolvedSummaryValue(a: string); private fw; get summaryLabelTextColor(): string; set summaryLabelTextColor(a: string); private ft; get summaryLabelFontFamily(): string; set summaryLabelFontFamily(a: string); private fo; get summaryLabelFontSize(): number; set summaryLabelFontSize(a: number); private fu; get summaryLabelFontStyle(): string; set summaryLabelFontStyle(a: string); private fv; get summaryLabelFontWeight(): string; set summaryLabelFontWeight(a: string); }