igniteui-react-core
Version:
Ignite UI React Core.
51 lines (50 loc) • 1.59 kB
TypeScript
import { Description } from "./Description";
import { FormatSpecifierDescription } from "./FormatSpecifierDescription";
import { Type } from "./type";
/**
* @hidden
*/
export declare class ColumnSummaryDescriptionDescription extends Description {
static $t: Type;
protected get_type(): string;
get type(): string;
private static __marshalByValue;
private static __marshalByValueAlias;
constructor();
private u;
get field(): string;
set field(a: string);
private w;
get operand(): string;
set operand(a: string);
private r;
get calculatorDisplayName(): string;
set calculatorDisplayName(a: string);
private t;
get displayName(): string;
set displayName(a: string);
private y;
get valueFormat(): string;
set valueFormat(a: string);
private m;
get shouldDisplay(): boolean;
set shouldDisplay(a: boolean);
private i;
get valueFormatSpecifiers(): FormatSpecifierDescription[];
set valueFormatSpecifiers(a: FormatSpecifierDescription[]);
private s;
get displayFormat(): string;
set displayFormat(a: string);
private h;
get displayFormatSpecifiers(): FormatSpecifierDescription[];
set displayFormatSpecifiers(a: FormatSpecifierDescription[]);
private o;
get maxFractionDigits(): number;
set maxFractionDigits(a: number);
private v;
get formatTextRef(): string;
set formatTextRef(a: string);
private x;
get provideCalculatorRef(): string;
set provideCalculatorRef(a: string);
}