igniteui-react-grids
Version:
Ignite UI React grid components.
20 lines (19 loc) • 875 B
TypeScript
import { IgrGridSelectionRangeDetail } from "./igr-grid-selection-range-detail";
import { GridSelectionRangeEventArgs as GridSelectionRangeEventArgs_internal } from "./GridSelectionRangeEventArgs";
import { ContentChildrenManager } from "igniteui-react-core";
export declare class IgrGridSelectionRangeEventArgs {
protected createImplementation(): GridSelectionRangeEventArgs_internal;
protected _implementation: any;
protected mounted: boolean;
get nativeElement(): HTMLElement;
/**
* @hidden
*/
get i(): GridSelectionRangeEventArgs_internal;
protected onImplementationCreated(): void;
protected _contentChildrenManager: ContentChildrenManager;
constructor();
protected _provideImplementation(i: any): void;
get detail(): IgrGridSelectionRangeDetail;
set detail(v: IgrGridSelectionRangeDetail);
}