UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

27 lines (26 loc) 701 B
import { Description } from "./Description"; import { Type } from "./type"; /** * @hidden */ export declare class SummaryDataDescription extends Description { static $t: Type; protected get_type(): string; get type(): string; constructor(); private j; get summaryName(): string; set summaryName(a: string); private l; get summaryValueRef(): string; set summaryValueRef(a: string); private k; get summaryOperand(): string; set summaryOperand(a: string); private h; get formattedText(): string; set formattedText(a: string); private i; get formattedValue(): string; set formattedValue(a: string); }