UNPKG

igniteui-react-charts

Version:

Ignite UI React charting components for building rich data visualizations using TypeScript APIs.

20 lines (19 loc) 781 B
import { LegendTextContentChangedEventArgs as LegendTextContentChangedEventArgs_internal } from "./LegendTextContentChangedEventArgs"; import { ContentChildrenManager } from "igniteui-react-core"; /** * Provides data for legend's text content changed event. */ export declare class IgrLegendTextContentChangedEventArgs { protected createImplementation(): LegendTextContentChangedEventArgs_internal; protected _implementation: any; protected mounted: boolean; get nativeElement(): HTMLElement; /** * @hidden */ get i(): LegendTextContentChangedEventArgs_internal; protected onImplementationCreated(): void; protected _contentChildrenManager: ContentChildrenManager; constructor(); protected _provideImplementation(i: any): void; }