igniteui-react-core
Version:
Ignite UI React Core.
14 lines (13 loc) • 623 B
TypeScript
import { DownloadingMultiScaleImageEventArgs as DownloadingMultiScaleImageEventArgs_internal } from "./DownloadingMultiScaleImageEventArgs";
export declare class IgrDownloadingMultiScaleImageEventArgs {
protected createImplementation(): DownloadingMultiScaleImageEventArgs_internal;
protected _implementation: any;
get i(): DownloadingMultiScaleImageEventArgs_internal;
private onImplementationCreated;
constructor();
protected _provideImplementation(i: any): void;
get image(): HTMLImageElement;
set image(v: HTMLImageElement);
get uri(): string;
set uri(v: string);
}