igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
34 lines (33 loc) • 1.07 kB
TypeScript
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 gq;
get resolvedSummaryLabel(): string;
set resolvedSummaryLabel(a: string);
private gr;
get resolvedSummaryValue(): string;
set resolvedSummaryValue(a: string);
private gv;
get summaryLabelTextColor(): string;
set summaryLabelTextColor(a: string);
private gs;
get summaryLabelFontFamily(): string;
set summaryLabelFontFamily(a: string);
private gn;
get summaryLabelFontSize(): number;
set summaryLabelFontSize(a: number);
private gt;
get summaryLabelFontStyle(): string;
set summaryLabelFontStyle(a: string);
private gu;
get summaryLabelFontWeight(): string;
set summaryLabelFontWeight(a: string);
}