UNPKG

igniteui-webcomponents-charts

Version:

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

21 lines (20 loc) 918 B
import { IgcUserAnnotationInformation } from "./igc-user-annotation-information"; import { UserAnnotationToolTipContentUpdatingEventArgs as UserAnnotationToolTipContentUpdatingEventArgs_internal } from "./UserAnnotationToolTipContentUpdatingEventArgs"; /** * Information about the user annotation content which is being created or updated. */ export declare class IgcUserAnnotationToolTipContentUpdatingEventArgs { protected createImplementation(): UserAnnotationToolTipContentUpdatingEventArgs_internal; protected _implementation: any; /** * @hidden */ get i(): UserAnnotationToolTipContentUpdatingEventArgs_internal; private onImplementationCreated; constructor(); protected _provideImplementation(i: any): void; get annotationInfo(): IgcUserAnnotationInformation; set annotationInfo(v: IgcUserAnnotationInformation); get content(): any; set content(v: any); }