@swimlane/ngx-charts
Version:
Declarative Charting Framework for Angular
15 lines (14 loc) • 409 B
TypeScript
import { EventEmitter } from '@angular/core';
export declare class LegendEntryComponent {
color: string;
label: any;
formattedLabel: string;
isActive: boolean;
select: EventEmitter<any>;
activate: EventEmitter<any>;
deactivate: EventEmitter<any>;
toggle: EventEmitter<any>;
readonly trimmedLabel: string;
onMouseEnter(): void;
onMouseLeave(): void;
}