igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
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 u;
get oldSelectionRef(): string;
set oldSelectionRef(a: string);
private t;
get newSelectionRef(): string;
set newSelectionRef(a: string);
private s;
get addedRef(): string;
set addedRef(a: string);
private v;
get removedRef(): string;
set removedRef(a: string);
private l;
get allRowsSelected(): boolean;
set allRowsSelected(a: boolean);
private m;
get cancel(): boolean;
set cancel(a: boolean);
private p;
get owner(): any;
set owner(a: any);
}