igniteui-react-core
Version:
Ignite UI React Core.
36 lines (35 loc) • 953 B
TypeScript
import { Description } from "./Description";
import { Type } from "./type";
import { WebRowTypeDescription } from "./WebRowTypeDescription";
/**
* @hidden
*/
export declare class WebPinRowEventArgsDetailDescription extends Description {
static $t: Type;
protected get_type(): string;
get type(): string;
private static __marshalByValue;
private static __marshalByValueAlias;
constructor();
private r;
get rowID(): any;
set rowID(a: any);
private s;
get rowKey(): any;
set rowKey(a: any);
private h;
get row(): WebRowTypeDescription;
set row(a: WebRowTypeDescription);
private o;
get insertAtIndex(): number;
set insertAtIndex(a: number);
private l;
get isPinned(): boolean;
set isPinned(a: boolean);
private q;
get owner(): any;
set owner(a: any);
private k;
get cancel(): boolean;
set cancel(a: boolean);
}