igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
22 lines (21 loc) • 573 B
TypeScript
import { Description } from "./Description";
import { RectDescription } from "./RectDescription";
import { Type } from "./type";
/**
* @hidden
*/
export declare class FunnelSliceClickedEventArgsDescription extends Description {
static $t: Type;
protected get_type(): string;
get type(): string;
constructor();
private m;
get index(): number;
set index(a: number);
private k;
get bounds(): RectDescription;
set bounds(a: RectDescription);
private o;
get itemRef(): string;
set itemRef(a: string);
}