@syncfusion/ej2-circulargauge
Version:
Essential JS 2 CircularGauge Components
20 lines (19 loc) • 639 B
TypeScript
import { TestHelper } from '@syncfusion/ej2-base/helpers/e2e';
export declare class CircularGaugeHelper extends TestHelper {
id: string;
wrapperFn: Function;
constructor(id: string, wrapperFn: Function);
getGaugeContainer(): any;
getTitlegroupElement(): any;
getAxesCollectionElement(): any;
gethAxisGroupElement(): any;
getAxisLabelElement(): any;
getAxisPointerElement(): any;
getAxisRangesElement(): any;
getMajorLineElement(): any;
getAnnotationElement(): any;
getMinorTickElement(): any;
getSecondaryElement(): any;
getRangeBarElement(): any;
getNeedleElement(): any;
}