igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
26 lines (25 loc) • 658 B
TypeScript
import { Description } from "./Description";
import { Type } from "./type";
/**
* @hidden
*/
export declare class DataSourceAggregatedResultDescription extends Description {
static $t: Type;
protected get_type(): string;
get type(): string;
private static __marshalByValue;
private static __marshalByValueAlias;
constructor();
private p;
get item(): any;
set item(a: any);
private s;
get transactionType(): string;
set transactionType(a: string);
private k;
get keys(): string[];
set keys(a: string[]);
private l;
get values(): any[];
set values(a: any[]);
}