UNPKG

igniteui-react-core

Version:
23 lines (22 loc) 582 B
import { Description } from "./Description"; import { Type } from "./type"; /** * @hidden */ export declare class WebGridCellIdentifierDescription extends Description { static $t: Type; protected get_type(): string; get type(): string; private static __marshalByValue; private static __marshalByValueAlias; constructor(); private n; get rowID(): string; set rowID(a: string); private i; get columnID(): number; set columnID(a: number); private j; get rowIndex(): number; set rowIndex(a: number); }