igniteui-angular-charts
Version:
Ignite UI Angular charting components for building rich data visualizations for modern web apps.
16 lines (15 loc) • 727 B
TypeScript
import { IgxUserAnnotationInformation } from "./igx-user-annotation-information";
import { UserAnnotationInformationEventArgs as UserAnnotationInformationEventArgs_internal } from "./UserAnnotationInformationEventArgs";
export declare class IgxUserAnnotationInformationEventArgs {
protected createImplementation(): UserAnnotationInformationEventArgs_internal;
protected _implementation: any;
/**
* @hidden
*/
get i(): UserAnnotationInformationEventArgs_internal;
private onImplementationCreated;
constructor();
protected _provideImplementation(i: any): void;
get annotationInfo(): IgxUserAnnotationInformation;
set annotationInfo(v: IgxUserAnnotationInformation);
}