UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

21 lines (20 loc) 520 B
import { Description } from "./Description"; import { Type } from "./type"; /** * @hidden */ export declare class LegendMouseButtonEventArgsDescription extends Description { static $t: Type; protected get_type(): string; get type(): string; constructor(); private k; get handled(): boolean; set handled(a: boolean); private m; get itemRef(): string; set itemRef(a: string); private n; get legendItemRef(): string; set legendItemRef(a: string); }