> ## Documentation Index
> Fetch the complete documentation index at: https://docs.activeviam.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Variables

## applicationMenuItemAbout

[ApplicationMenuItem](types#applicationmenuitem) that opens a modal displaying the versions of Atoti Server and UI.

## applicationMenuItemDocumentation

[ApplicationMenuItem](types#applicationmenuitem) that opens the documentation in a new tab.

## applicationMenuItemToggleRealTime

[ApplicationMenuItem](types#applicationmenuitem) that allows to toggle real-time mode for all widgets in the dashboard.

## applicationSubMenuHelp

[ApplicationSubMenu](types#applicationsubmenu) containing [ApplicationMenuItem](types#applicationmenuitem)s with information about Atoti.

## axisIds

Object mapping all the axis names to their id.

## darkActiveViamTheme

The default dark theme.

## lightActiveViamTheme

The default light theme.

## pluginCellPivotTable

[CellPlugin](types#cellplugin) allowing users to expand header cells and sort columns in a CellSet table.

## pluginCellStyleDrillthroughTable

[CellStylePlugin](types#cellstyleplugin) adding an alternate backgrounds to rows and indicating changing cells.

## pluginCellStylePivotTable

[CellStylePlugin](types#cellstyleplugin) hiding neighboring header cells with the same value and adding an alternate background to leaf rows.

## pluginCellStyleTable

[CellStylePlugin](types#cellstyleplugin) hiding neighboring header cells with the same value and adding an alternate background to leaf rows.

## pluginCellTable

[CellPlugin](types#cellplugin) displaying a cell in a table.

## pluginCellTreeTable

[CellPlugin](types#cellplugin) displaying the row header of a pivot table as a tree and allowing users to expand header cells and sort columns.

## pluginMenuItemCopyQuery

[MenuItemPlugin](types#menuitemplugin) allowing to copy the MDX query of a widget, if it has one.

## pluginMenuItemDuplicateWidget

[MenuItemPlugin](types#menuitemplugin) allowing to duplicate a widget in a dashboard.

## pluginMenuItemExportDrillthroughToCsv

[MenuItemPlugin](types#menuitemplugin) allowing to download the data represented by a drillthrough widget as a CSV file.

## pluginMenuItemExportToCsv

[MenuItemPlugin](types#menuitemplugin) allowing to download the data represented by a widget as a CSV file.

## pluginMenuItemFilterOnEverythingButSelection

[MenuItemPlugin](types#menuitemplugin) allowing to filter a widget and/or its siblings by showing everything except what is selected.

## pluginMenuItemFilterOnSelection

[MenuItemPlugin](types#menuitemplugin) allowing to filter a widget and/or its siblings on its current selection.

## pluginMenuItemFullScreen

[MenuItemPlugin](types#menuitemplugin) allowing to display a widget in full screen.

## pluginMenuItemHideColumns

[MenuItemPlugin](types#menuitemplugin) allowing to hide columns in a table widget.

## pluginMenuItemOpenDrillthrough

[MenuItemPlugin](types#menuitemplugin) allowing to open a drillthrough from a data visualization widget.

## pluginMenuItemRefreshQuery

[MenuItemPlugin](types#menuitemplugin) allowing to refresh a widget.

## pluginMenuItemRemoveSort

[MenuItemPlugin](types#menuitemplugin) allowing to remove sorting on a data visualization widget.

## pluginMenuItemRemoveWidget

[MenuItemPlugin](types#menuitemplugin) allowing to remove a widget.

## pluginMenuItemSaveWidget

[MenuItemPlugin](types#menuitemplugin) allowing to save a widget from within a dashboard.

## pluginMenuItemSaveWidgetAs

[MenuItemPlugin](types#menuitemplugin) allowing to save a new widget from within a dashboard.

## pluginMenuItemShowHideChartTotals

[MenuItemPlugin](types#menuitemplugin) allowing to show and hide totals on a bar, line or column Plotly chart widget.

## pluginMenuItemShowHideTotals

[MenuItemPlugin](types#menuitemplugin) allowing to show and hide totals on a data visualization widget.

## pluginMenuItemSortChartAscendingly

[MenuItemPlugin](types#menuitemplugin) allowing to sort a chart widget ascendingly.

## pluginMenuItemSortChartDescendingly

[MenuItemPlugin](types#menuitemplugin) allowing to sort a chart widget descendingly.

## pluginMenuItemSortDrillthroughTableAscendingly

[MenuItemPlugin](types#menuitemplugin) allowing to sort a drillthrough table ascendingly.

## pluginMenuItemSortDrillthroughTableDescendingly

[MenuItemPlugin](types#menuitemplugin) allowing to sort a drillthrough table descendingly.

## pluginMenuItemSortPivotTableAscendingly

[MenuItemPlugin](types#menuitemplugin) allowing to sort a widget representing a [CellSet](types#cellset) ascendingly without breaking the hierarchies.

## pluginMenuItemSortPivotTableDescendingly

[MenuItemPlugin](types#menuitemplugin) allowing to sort a widget representing a [CellSet](types#cellset) descendingly without breaking the hierarchies.

## pluginMenuItemSortTableAscendingly

[MenuItemPlugin](types#menuitemplugin) allowing to sort a widget representing a [CellSet](types#cellset) ascendingly without regard to the hierarchy.

## pluginMenuItemSortTableDescendingly

[MenuItemPlugin](types#menuitemplugin) allowing to sort a widget representing a [CellSet](types#cellset) descendingly without regard to the hierarchy.

## pluginMenuItemSwitchQuickFilterMode

[MenuItemPlugin](types#menuitemplugin) allowing to change the display mode of a quick filter widget.

## pluginMenuItemSwitchWidgetType

[MenuItemPlugin](types#menuitemplugin) allowing to switch to a different widget type.

## pluginMenuItemSynchronizeSavedWidget

[MenuItemPlugin](types#menuitemplugin) allowing to synchronize a widget in a dashboard with its original saved widget's latest version on the content server.

## pluginTitlebarButtonEditTextWidget

[TitleBarButtonPlugin](types#titlebarbuttonplugin) allowing to put a [pluginWidgetTextEditor](variables#pluginwidgettexteditor) widget in edit mode.

## pluginTitleBarButtonFullScreen

[TitleBarButtonPlugin](types#titlebarbuttonplugin) allowing to display a widget in full screen.

## pluginTitleBarButtonRemoveWidget

[TitleBarButtonPlugin](types#titlebarbuttonplugin) allowing to remove a widget.

## pluginTitleBarButtonToggleQueryMode

[TitleBarButtonPlugin](types#titlebarbuttonplugin) allowing to toggle a widget's query between realtime and paused.

## pluginWidgetDrillthroughTable

[TableWidgetPlugin](types#tablewidgetplugin) running an [MdxDrillthrough](types#mdxdrillthrough) query and presenting its result as a table.

## pluginWidgetKpi

Data visualization [WidgetPlugin](types#widgetplugin) displaying one or several high level KPIs. Can optionally be used to display comparisons of KPIs, for instance across 2 dates or 2 scenarios. Can be switched to any other data visualization widget plugin.

## pluginWidgetPivotTable

Data visualization [WidgetPlugin](types#widgetplugin) displaying a pivot table. Can be switched to any other data visualization widget plugin.

## pluginWidgetPlotly100StackedAreaChart

Data visualization [WidgetPlugin](types#widgetplugin) displaying a Plotly stacked area chart, normalized in order to highlight the relative contribution of each series to each point on the X axis. Can be switched to any other data visualization widget plugin.

## pluginWidgetPlotly100StackedBarChart

Data visualization [WidgetPlugin](types#widgetplugin) displaying a Plotly stacked bar chart, normalized in order to highlight the relative contribution of each series to each point on the Y axis. Can be switched to any other data visualization widget plugin.

## pluginWidgetPlotly100StackedColumnChart

Data visualization [WidgetPlugin](types#widgetplugin) displaying a Plotly stacked column chart, normalized in order to highlight the relative contribution of each series to each point on the X axis. Can be switched to any other data visualization widget plugin.

## pluginWidgetPlotlyAreaChart

Data visualization [WidgetPlugin](types#widgetplugin) displaying a Plotly area chart. Can be switched to any other data visualization widget plugin.

## pluginWidgetPlotlyBulletChart

Data visualization [WidgetPlugin](types#widgetplugin) displaying a Plotly bullet chart. Can be switched to any other data visualization widget plugin.

## pluginWidgetPlotlyClusteredBarChart

Data visualization [WidgetPlugin](types#widgetplugin) displaying a Plotly clustered bar chart. Can be switched to any other data visualization widget plugin.

## pluginWidgetPlotlyClusteredColumnChart

Data visualization [WidgetPlugin](types#widgetplugin) displaying a Plotly clustered column chart. Can be switched to any other data visualization widget plugin.

## pluginWidgetPlotlyColumnsAndLinesChart

Data visualization [WidgetPlugin](types#widgetplugin) displaying a Plotly "columns and lines" chart. Can be switched to any other data visualization widget plugin.

## pluginWidgetPlotlyDonutChart

Data visualization [WidgetPlugin](types#widgetplugin) displaying a Plotly donut chart. Can be switched to any other data visualization widget plugin.

## pluginWidgetPlotlyGaugeChart

Data visualization [WidgetPlugin](types#widgetplugin) displaying a Plotly gauge chart. Can be switched to any other data visualization widget plugin.

## pluginWidgetPlotlyLineChart

Data visualization [WidgetPlugin](types#widgetplugin) displaying a Plotly line chart. Can be switched to any other data visualization widget plugin.

## pluginWidgetPlotlyPieChart

Data visualization [WidgetPlugin](types#widgetplugin) displaying a Plotly pie chart. Can be switched to any other data visualization widget plugin.

## pluginWidgetPlotlyRadarChart

Data visualization [WidgetPlugin](types#widgetplugin) displaying a Plotly radar chart. Can be switched to any other data visualization widget plugin.

## pluginWidgetPlotlyScatterPlot

Data visualization [WidgetPlugin](types#widgetplugin) displaying a Plotly scatter plot. Can be switched to any other data visualization widget plugin.

## pluginWidgetPlotlyStackedAreaChart

Data visualization [WidgetPlugin](types#widgetplugin) displaying a Plotly stacked area chart. Can be switched to any other data visualization widget plugin.

## pluginWidgetPlotlyStackedBarChart

Data visualization [WidgetPlugin](types#widgetplugin) displaying a Plotly stacked bar chart. Can be switched to any other data visualization widget plugin.

## pluginWidgetPlotlyStackedColumnChart

Data visualization [WidgetPlugin](types#widgetplugin) displaying a Plotly stacked column chart. Can be switched to any other data visualization widget plugin.

## pluginWidgetPlotlyTreeMap

Data visualization [WidgetPlugin](types#widgetplugin) displaying a Plotly treemap. Can be switched to any other data visualization widget plugin.

## pluginWidgetPlotlyWaterfallChart

Data visualization [WidgetPlugin](types#widgetplugin) displaying a Plotly waterfall chart. Can be switched to any other data visualization widget plugin.

## pluginWidgetQuickFilter

[WidgetPlugin](types#widgetplugin) displaying a Component allowing to select members of a chosen hierarchy, in order to filter all widgets in the dashboard page on these members.

## pluginWidgetTable

Data visualization [WidgetPlugin](types#widgetplugin) displaying a table. Can be switched to any other data visualization widget plugin.

## pluginWidgetTextEditor

Text editor [WidgetPlugin](types#widgetplugin) with `Markdown` support. It offers an `edit` and a `view` mode. - Dashboard builders can use the edit mode to document a dashboard or one of its pages, before sharing it.

## pluginWidgetTreeTable

Data visualization [WidgetPlugin](types#widgetplugin) displaying a tree table. A tree table is just like a pivot table, but the columns of its row header are squashed together. These columns are displayed as a tree.

## toolQueryContextEditor

[Tool](types#tool) allowing to edit the query context of a target widget, page or dashboard.

## toolQueryEditor

[Tool](types#tool) allowing to see and edit the MDX query of the selected widget.

## toolStateEditor

tool allowing to see and edit the `widgetState` of the selected widget. In particular, this tool can be handy to manually edit the configuration of charts.

## toolStyleEditor

[Tool](types#tool) allowing to see and edit the style of the selected widget.
