igniteui-react-charts
Version:
Ignite UI React charting components for building rich data visualizations using TypeScript APIs.
20 lines (19 loc) • 917 B
TypeScript
import { IgrUserAnnotationInformation } from "./igr-user-annotation-information";
import { UserAnnotationInformationEventArgs as UserAnnotationInformationEventArgs_internal } from "./UserAnnotationInformationEventArgs";
import { ContentChildrenManager } from "igniteui-react-core";
export declare class IgrUserAnnotationInformationEventArgs {
protected createImplementation(): UserAnnotationInformationEventArgs_internal;
protected _implementation: any;
protected mounted: boolean;
get nativeElement(): HTMLElement;
/**
* @hidden
*/
get i(): UserAnnotationInformationEventArgs_internal;
protected onImplementationCreated(): void;
protected _contentChildrenManager: ContentChildrenManager;
constructor();
protected _provideImplementation(i: any): void;
get annotationInfo(): IgrUserAnnotationInformation;
set annotationInfo(v: IgrUserAnnotationInformation);
}