UNPKG

igniteui-webcomponents-charts

Version:

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

16 lines (15 loc) 576 B
import { LegendTextContentChangedEventArgs as LegendTextContentChangedEventArgs_internal } from "./LegendTextContentChangedEventArgs"; /** * Provides data for legend's text content changed event. */ export declare class IgcLegendTextContentChangedEventArgs { protected createImplementation(): LegendTextContentChangedEventArgs_internal; protected _implementation: any; /** * @hidden */ get i(): LegendTextContentChangedEventArgs_internal; private onImplementationCreated; constructor(); protected _provideImplementation(i: any): void; }