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 fn; get resolvedSummaryLabel(): string; set resolvedSummaryLabel(a: string); private fo; get resolvedSummaryValue(): string; set resolvedSummaryValue(a: string); private fs; get summaryLabelTextColor(): string; set summaryLabelTextColor(a: string); private fp; get summaryLabelFontFamily(): string; set summaryLabelFontFamily(a: string); private fk; get summaryLabelFontSize(): number; set summaryLabelFontSize(a: number); private fq; get summaryLabelFontStyle(): string; set summaryLabelFontStyle(a: string); private fr; get summaryLabelFontWeight(): string; set summaryLabelFontWeight(a: string); }