igniteui-react-core
Version:
Ignite UI React Core.
35 lines (34 loc) • 931 B
TypeScript
import { Description } from "./Description";
import { Type } from "./type";
/**
* @hidden
*/
export declare class WebRowSelectionEventArgsDetailDescription extends Description {
static $t: Type;
protected get_type(): string;
get type(): string;
private static __marshalByValue;
private static __marshalByValueAlias;
constructor();
private r;
get oldSelectionRef(): string;
set oldSelectionRef(a: string);
private q;
get newSelectionRef(): string;
set newSelectionRef(a: string);
private p;
get addedRef(): string;
set addedRef(a: string);
private s;
get removedRef(): string;
set removedRef(a: string);
private i;
get allRowsSelected(): boolean;
set allRowsSelected(a: boolean);
private j;
get cancel(): boolean;
set cancel(a: boolean);
private m;
get owner(): any;
set owner(a: any);
}