igniteui-react-grids
Version:
Ignite UI React grid components.
22 lines (21 loc) • 901 B
TypeScript
import { IgrGroupByRecord } from "./igr-group-by-record";
import { GroupByRowTemplateContext as GroupByRowTemplateContext_internal } from "./GroupByRowTemplateContext";
import { ContentChildrenManager } from "igniteui-react-core";
export declare class IgrGroupByRowTemplateContext {
protected createImplementation(): GroupByRowTemplateContext_internal;
protected _implementation: any;
protected mounted: boolean;
get nativeElement(): HTMLElement;
/**
* @hidden
*/
get i(): GroupByRowTemplateContext_internal;
protected onImplementationCreated(): void;
protected _contentChildrenManager: ContentChildrenManager;
constructor();
protected _provideImplementation(i: any): void;
get implicit(): IgrGroupByRecord;
set implicit(v: IgrGroupByRecord);
findByName(name: string): any;
setNativeElement(element: any): void;
}