UNPKG

igniteui-react-core

Version:
29 lines (28 loc) 784 B
import { Description } from "./Description"; import { Type } from "./type"; /** * @hidden */ export declare class DashboardTileSummaryDescriptionDescription extends Description { static $t: Type; protected get_type(): string; get type(): string; private static __marshalByValue; private static __marshalByValueAlias; constructor(); private l; get field(): string; set field(a: string); private m; get operand(): string; set operand(a: string); private j; get alias(): string; set alias(a: string); private k; get calculatorDisplayName(): string; set calculatorDisplayName(a: string); private n; get provideCalculatorRef(): string; set provideCalculatorRef(a: string); }