igniteui-react-grids
Version:
Ignite UI React grid components.
22 lines (21 loc) • 960 B
TypeScript
import { IgrRowSelectorTemplateDetails } from "./igr-row-selector-template-details";
import { RowSelectorTemplateContext as RowSelectorTemplateContext_internal } from "./RowSelectorTemplateContext";
import { ContentChildrenManager } from "igniteui-react-core";
export declare class IgrRowSelectorTemplateContext {
protected createImplementation(): RowSelectorTemplateContext_internal;
protected _implementation: any;
protected mounted: boolean;
get nativeElement(): HTMLElement;
/**
* @hidden
*/
get i(): RowSelectorTemplateContext_internal;
protected onImplementationCreated(): void;
protected _contentChildrenManager: ContentChildrenManager;
constructor();
protected _provideImplementation(i: any): void;
get implicit(): IgrRowSelectorTemplateDetails;
set implicit(v: IgrRowSelectorTemplateDetails);
findByName(name: string): any;
setNativeElement(element: any): void;
}