igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
30 lines (29 loc) • 914 B
TypeScript
import { Description } from "./Description";
import { Type } from "./type";
/**
* @hidden
*/
export declare abstract class LegendBaseDescription extends Description {
static $t: Type;
private f;
get background(): string;
set background(a: string);
protected get_type(): string;
get type(): string;
constructor();
private i;
get legendItemMouseLeftButtonDownRef(): string;
set legendItemMouseLeftButtonDownRef(a: string);
private j;
get legendItemMouseLeftButtonUpRef(): string;
set legendItemMouseLeftButtonUpRef(a: string);
private g;
get legendItemMouseEnterRef(): string;
set legendItemMouseEnterRef(a: string);
private h;
get legendItemMouseLeaveRef(): string;
set legendItemMouseLeaveRef(a: string);
private k;
get legendItemMouseMoveRef(): string;
set legendItemMouseMoveRef(a: string);
}