UNPKG

igniteui-react-charts

Version:

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

25 lines (24 loc) 1.12 kB
import { IgrUserAnnotationInformation } from "./igr-user-annotation-information"; import { UserAnnotationToolTipContentUpdatingEventArgs as UserAnnotationToolTipContentUpdatingEventArgs_internal } from "./UserAnnotationToolTipContentUpdatingEventArgs"; import { ContentChildrenManager } from "igniteui-react-core"; /** * Information about the user annotation content which is being created or updated. */ export declare class IgrUserAnnotationToolTipContentUpdatingEventArgs { protected createImplementation(): UserAnnotationToolTipContentUpdatingEventArgs_internal; protected _implementation: any; protected mounted: boolean; get nativeElement(): HTMLElement; /** * @hidden */ get i(): UserAnnotationToolTipContentUpdatingEventArgs_internal; protected onImplementationCreated(): void; protected _contentChildrenManager: ContentChildrenManager; constructor(); protected _provideImplementation(i: any): void; get annotationInfo(): IgrUserAnnotationInformation; set annotationInfo(v: IgrUserAnnotationInformation); get content(): any; set content(v: any); }