UNPKG

igniteui-webcomponents-charts

Version:

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

16 lines (15 loc) 712 B
import { IgcUserAnnotationInformation } from "./igc-user-annotation-information"; import { UserAnnotationInformationEventArgs as UserAnnotationInformationEventArgs_internal } from "./UserAnnotationInformationEventArgs"; export declare class IgcUserAnnotationInformationEventArgs { protected createImplementation(): UserAnnotationInformationEventArgs_internal; protected _implementation: any; /** * @hidden */ get i(): UserAnnotationInformationEventArgs_internal; private onImplementationCreated; constructor(); protected _provideImplementation(i: any): void; get annotationInfo(): IgcUserAnnotationInformation; set annotationInfo(v: IgcUserAnnotationInformation); }