igniteui-react-grids
Version:
Ignite UI React grid components.
26 lines (25 loc) • 995 B
TypeScript
import { IgrGridBaseDirective } from "./igr-grid-base-directive";
import { GridRowDragGhostContext as GridRowDragGhostContext_internal } from "./GridRowDragGhostContext";
import { ContentChildrenManager } from "igniteui-react-core";
export declare class IgrGridRowDragGhostContext {
protected createImplementation(): GridRowDragGhostContext_internal;
protected _implementation: any;
protected mounted: boolean;
get nativeElement(): HTMLElement;
/**
* @hidden
*/
get i(): GridRowDragGhostContext_internal;
protected onImplementationCreated(): void;
protected _contentChildrenManager: ContentChildrenManager;
constructor();
protected _provideImplementation(i: any): void;
get implicit(): any;
set implicit(v: any);
get data(): any;
set data(v: any);
get grid(): IgrGridBaseDirective;
set grid(v: IgrGridBaseDirective);
findByName(name: string): any;
setNativeElement(element: any): void;
}