igniteui-react-grids
Version:
Ignite UI React grid components.
27 lines (13 loc) • 539 B
TypeScript
import { IgcGridBaseDirective } from './igc-grid-base-directive';
export declare class IgcGridRowDragGhostContext
{
/* @wcWidgetMemberName: $implicit */
public set implicit(value: any);
public get implicit(): any;
// this is the row data
public set data(value: any);
public get data(): any;
// this is also the row data for some reason.
public set grid(value: IgcGridBaseDirective);
public get grid(): IgcGridBaseDirective;
}