UNPKG

@nova-ui/dashboards

Version:

Nova Dashboards is a framework designed to provide feature developers with a common solution for presenting data coming from various sources within a single view, as well as a set of predefined widget visualizations that are 100% configuration-driven and

19 lines (18 loc) 592 B
import { DashboardAtom } from "./dashboard.atom"; export declare class TestPage { private chbEditMode; private chbDsError; private chbDarkTheme; private root; constructor(); get dashboard(): DashboardAtom; enableEditMode(): Promise<void>; disableEditMode(): Promise<void>; enableDataSourceErrors(): Promise<void>; disableDataSourceErrors(): Promise<void>; enableDarkTheme(): Promise<void>; disableDarkTheme(): Promise<void>; resetMousePosition(): Promise<void>; editWidget(title: string): Promise<void>; private updateSelectable; }