igniteui-react-core
Version:
Ignite UI React Core.
27 lines (26 loc) • 806 B
TypeScript
import { Description } from "./Description";
import { Type } from "./type";
import { DataGridSummaryResultDescription } from "./DataGridSummaryResultDescription";
/**
* @hidden
*/
export declare class DataSourceSpecialRowDescription extends Description {
static $t: Type;
protected get_type(): string;
get type(): string;
private static __marshalByValue;
private static __marshalByValueAlias;
constructor();
private p;
get rowType(): string;
set rowType(a: string);
private m;
get targetRow(): any;
set targetRow(a: any);
private k;
get level(): number;
set level(a: number);
private h;
get summaryResults(): DataGridSummaryResultDescription[];
set summaryResults(a: DataGridSummaryResultDescription[]);
}