Home > @activeviam/activeui-sdk > DashboardApi DashboardApi interface Signature: export interface DashboardApi extends EmptyApi Methods MethodDescription addPage(pageDescription, pageIndex) addPages(pagesDescriptions, insertionIndex, activePageIndexAfterInsertion) getActivePage() getActivePageIndex() getDashboardContextValues() getDashboardFilters() getPage(pageIndex) getPages() getPagesDescriptions() removePage(pageIndex) setActivePage(pageIndex) setDashboardContextValues(contextValues) setDashboardFilters(filters)