igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
26 lines (25 loc) • 678 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 j;
get itemRef(): string;
set itemRef(a: string);
private k;
get transactionType(): string;
set transactionType(a: string);
private f;
get keys(): string[];
set keys(a: string[]);
private l;
get valuesRef(): string;
set valuesRef(a: string);
}