igniteui-react-core
Version:
Ignite UI React Core.
21 lines (20 loc) • 790 B
TypeScript
import { TriangulationStatusEventArgs as TriangulationStatusEventArgs_internal } from "./TriangulationStatusEventArgs";
import { ContentChildrenManager } from "./ContentChildrenManager";
export declare class IgrTriangulationStatusEventArgs {
protected _implementation: any;
protected mounted: boolean;
get nativeElement(): HTMLElement;
/**
* @hidden
*/
get i(): TriangulationStatusEventArgs_internal;
protected onImplementationCreated(): void;
protected _contentChildrenManager: ContentChildrenManager;
constructor();
protected _provideImplementation(i: any): void;
/**
* The current status from 0 to 100 of the progressive triangulation.
*/
get currentStatus(): number;
set currentStatus(v: number);
}