igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
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 m;
get oldSelection(): string[];
set oldSelection(a: string[]);
private l;
get newSelection(): string[];
set newSelection(a: string[]);
private k;
get added(): string[];
set added(a: string[]);
private n;
get removed(): string[];
set removed(a: string[]);
private t;
get cancel(): boolean;
set cancel(a: boolean);
private v;
get owner(): any;
set owner(a: any);
}