@awsui/components-react
Version:
On July 19th, 2022, we launched [Cloudscape Design System](https://cloudscape.design). Cloudscape is an evolution of AWS-UI. It consists of user interface guidelines, front-end components, design resources, and development tools for building intuitive, en
17 lines (16 loc) • 766 B
TypeScript
import { ElementWrapper } from "@awsui/test-utils-core/selectors";
import CommonChartWrapper from '../internal/charts';
export default class PieChartWrapper extends CommonChartWrapper {
static rootSelector: string;
findFilterContainer(): ElementWrapper;
findSegments(): import("@awsui/test-utils-core/selectors").MultiElementWrapper<ElementWrapper>;
findHighlightedSegment(): ElementWrapper;
findChart(): ElementWrapper;
/**
* Returns a focusable element that controls keyboard interactions.
*/
findApplication(): ElementWrapper;
findInnerContent(): ElementWrapper;
findSegmentLabels(): import("@awsui/test-utils-core/selectors").MultiElementWrapper<ElementWrapper>;
findHighlightedSegmentLabel(): ElementWrapper;
}