igniteui-react-core
Version:
Ignite UI React Core.
32 lines (31 loc) • 835 B
TypeScript
import { Description } from "./Description";
import { Type } from "./type";
/**
* @hidden
*/
export declare class WebColumnSelectionEventArgsDetailDescription extends Description {
static $t: Type;
protected get_type(): string;
get type(): string;
private static __marshalByValue;
private static __marshalByValueAlias;
constructor();
private j;
get oldSelection(): string[];
set oldSelection(a: string[]);
private i;
get newSelection(): string[];
set newSelection(a: string[]);
private h;
get added(): string[];
set added(a: string[]);
private k;
get removed(): string[];
set removed(a: string[]);
private q;
get cancel(): boolean;
set cancel(a: boolean);
private s;
get owner(): any;
set owner(a: any);
}