UNPKG

@syncfusion/ej2-treemap

Version:
16 lines (15 loc) 564 B
import { TestHelper } from '@syncfusion/ej2-base/helpers/e2e'; export declare class TreeMapHelper extends TestHelper { id: string; wrapperFn: Function; constructor(id: string, wrapperFn: Function); getTreeMapContainer(): any; getTitlegroupElement(): any; getSquarifiedLayoutElement(): any; getSliceAndDiceHorizontalLayoutElement(): any; getSliceAndDiceVerticaLayoutElement(): any; getSliceAndDiceAutoLayoutElement(): any; getLegendGroupElement(): any; getLevelGroupElement(): any; getLevelTextGroupElement(): any; }