igniteui-react-core
Version:
Ignite UI React Core.
24 lines (23 loc) • 700 B
TypeScript
import { Description } from "./Description";
import { PrimaryKeyValueDescription } from "./PrimaryKeyValueDescription";
import { Type } from "./type";
/**
* @hidden
*/
export declare class CellKeyDescription extends Description {
static $t: Type;
protected get_type(): string;
get type(): string;
private static __marshalByValue;
private static __marshalByValueAlias;
constructor();
private h;
get primaryKey(): PrimaryKeyValueDescription;
set primaryKey(a: PrimaryKeyValueDescription);
private k;
get rowItem(): any;
set rowItem(a: any);
private n;
get columnUniqueKey(): string;
set columnUniqueKey(a: string);
}