UNPKG

igniteui-react-grids

Version:

Ignite UI React grid components.

25 lines (24 loc) 892 B
import { GridCellIdentifier as GridCellIdentifier_internal } from "./GridCellIdentifier"; import { ContentChildrenManager } from "igniteui-react-core"; export declare class IgrGridCellIdentifier { protected createImplementation(): GridCellIdentifier_internal; protected _implementation: any; protected mounted: boolean; get nativeElement(): HTMLElement; /** * @hidden */ get i(): GridCellIdentifier_internal; protected onImplementationCreated(): void; protected _contentChildrenManager: ContentChildrenManager; constructor(); protected _provideImplementation(i: any): void; get rowID(): string; set rowID(v: string); get columnID(): number; set columnID(v: number); get rowIndex(): number; set rowIndex(v: number); findByName(name: string): any; setNativeElement(element: any): void; }