UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

14 lines (13 loc) 498 B
import { SeriesViewerSelectedSeriesItemsChangedEventArgsDescription } from "./SeriesViewerSelectedSeriesItemsChangedEventArgsDescription"; import { Type } from "./type"; /** * @hidden */ export declare class SeriesViewerSelectedSeriesItemsChangingEventArgsDescription extends SeriesViewerSelectedSeriesItemsChangedEventArgsDescription { static $t: Type; protected get_type(): string; constructor(); private o; get cancel(): boolean; set cancel(a: boolean); }