UNPKG

@swimlane/ngx-charts

Version:

Declarative Charting Framework for Angular

22 lines (21 loc) 1.02 kB
import { EventEmitter } from '@angular/core'; import * as i0 from "@angular/core"; export declare class LegendEntryComponent { color: string; label: string; formattedLabel: string; isActive: boolean; select: EventEmitter<string>; activate: EventEmitter<{ name: string; }>; deactivate: EventEmitter<{ name: string; }>; toggle: EventEmitter<string>; get trimmedLabel(): string; onMouseEnter(): void; onMouseLeave(): void; static ɵfac: i0.ɵɵFactoryDeclaration<LegendEntryComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<LegendEntryComponent, "ngx-charts-legend-entry", never, { "color": { "alias": "color"; "required": false; }; "label": { "alias": "label"; "required": false; }; "formattedLabel": { "alias": "formattedLabel"; "required": false; }; "isActive": { "alias": "isActive"; "required": false; }; }, { "select": "select"; "activate": "activate"; "deactivate": "deactivate"; "toggle": "toggle"; }, never, never, false, never>; }