igniteui-react-core
Version:
Ignite UI React Core.
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 fp;
get resolvedSummaryLabel(): string;
set resolvedSummaryLabel(a: string);
private fq;
get resolvedSummaryValue(): string;
set resolvedSummaryValue(a: string);
private fu;
get summaryLabelTextColor(): string;
set summaryLabelTextColor(a: string);
private fr;
get summaryLabelFontFamily(): string;
set summaryLabelFontFamily(a: string);
private fm;
get summaryLabelFontSize(): number;
set summaryLabelFontSize(a: number);
private fs;
get summaryLabelFontStyle(): string;
set summaryLabelFontStyle(a: string);
private ft;
get summaryLabelFontWeight(): string;
set summaryLabelFontWeight(a: string);
}