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 h; get handled(): boolean; set handled(a: boolean); private j; get itemRef(): string; set itemRef(a: string); private k; get legendItemRef(): string; set legendItemRef(a: string); }