igniteui-react-core
Version:
Ignite UI React Core.
22 lines (21 loc) • 741 B
TypeScript
import { Description } from "./Description";
import { ChartSelectionDescription } from "./ChartSelectionDescription";
import { Type } from "./type";
/**
* @hidden
*/
export declare class SeriesViewerSelectedSeriesItemsChangedEventArgsDescription extends Description {
static $t: Type;
protected get_type(): string;
get type(): string;
constructor();
private j;
get oldItems(): ChartSelectionDescription[];
set oldItems(a: ChartSelectionDescription[]);
private i;
get newItems(): ChartSelectionDescription[];
set newItems(a: ChartSelectionDescription[]);
private h;
get currentItems(): ChartSelectionDescription[];
set currentItems(a: ChartSelectionDescription[]);
}