ActiveUI

ActiveUI

  • User Guide
  • Developer Documentation

›Reference

About

  • Introduction
  • Changelog

Getting Started

  • Step by Step
  • Development Environment
  • Artifacts
  • ActiveUI Application
  • Usage as an npm Dependency
  • Initialization
  • Project Architecture

Guides

  • Adding KaTex fonts
  • Adding Servers
  • Authentication
  • Bookmark favorites
  • Charts
  • Configuring Widget Handlers and Actions
  • Container
  • Custom UI components with Ant Design
  • Data manipulation
  • Debugging
  • Deployment
  • Internationalization
  • MDX Manipulation
  • Plugins
  • Reporting
  • Settings
  • Tabular View and Pivot Tables
  • Testing

Reference

  • API Reference
  • Default Widget Bookmarks
  • Plugins
  • Settings

Advanced

  • Content Server Setup
  • Experimental Features
  • Maven Integration
  • Offline Installation
  • Script-based Integration

Settings

The settings concept is explained here.

Below is the list of settings used by ActiveUI. For each setting, the default value used in ActiveUI is given.

activemonitor-alert-list

activemonitor-alert-list.actions

The actions available in the dock menu of a Alerts list widget.

[
  "full-size",
  "separator",
  "toggle-dock-title-bar",
  "save",
  "save-as",
  "separator",
  "remove-dock"
]

activemonitor-alert-list.handlers

activemonitor-alert-list.handlers.blur

The actions that will be evaluated when a "blur" event is fired on a Alerts list.

[]

activemonitor-alert-list.handlers.click

The actions that will be evaluated when a "click" event is fired on a Alerts list.

[
  "open-alert"
]

activemonitor-alert-list.handlers.contextmenu

The actions that will be evaluated when a "contextmenu" event is fired on a Alerts list.

[
  {
    "args": {
      "direction": "ASC"
    },
    "key": "tabular-sort"
  },
  {
    "args": {
      "direction": "DESC"
    },
    "key": "tabular-sort"
  },
  "separator",
  "open-alert",
  "separator",
  "tabular-header-style",
  "tabular-freeze-header",
  "tabular-remove-header",
  "separator",
  "copy-table",
  "widget-csv-export"
]

activemonitor-alert-list.handlers.dblclick

The actions that will be evaluated when a "dblclick" event is fired on a Alerts list.

[
  "tabular-edit-header"
]

activemonitor-alert-list.handlers.drag

The actions that will be evaluated when a "drag" event is fired on a Alerts list.

[]

activemonitor-alert-list.handlers.dragend

The actions that will be evaluated when a "dragend" event is fired on a Alerts list.

[]

activemonitor-alert-list.handlers.dragenter

The actions that will be evaluated when a "dragenter" event is fired on a Alerts list.

[]

activemonitor-alert-list.handlers.dragleave

The actions that will be evaluated when a "dragleave" event is fired on a Alerts list.

[]

activemonitor-alert-list.handlers.dragover

The actions that will be evaluated when a "dragover" event is fired on a Alerts list.

[]

activemonitor-alert-list.handlers.dragstart

The actions that will be evaluated when a "dragstart" event is fired on a Alerts list.

[]

activemonitor-alert-list.handlers.drop

The actions that will be evaluated when a "drop" event is fired on a Alerts list.

[]

activemonitor-alert-list.handlers.focus

The actions that will be evaluated when a "focus" event is fired on a Alerts list.

[]

activemonitor-alert-list.handlers.keydown

The actions that will be evaluated when a "keydown" event is fired on a Alerts list.

[]

activemonitor-alert-list.handlers.keypress

The actions that will be evaluated when a "keypress" event is fired on a Alerts list.

[]

activemonitor-alert-list.handlers.keyup

The actions that will be evaluated when a "keyup" event is fired on a Alerts list.

[]

activemonitor-alert-list.handlers.mousedown

The actions that will be evaluated when a "mousedown" event is fired on a Alerts list.

[]

activemonitor-alert-list.handlers.mouseenter

The actions that will be evaluated when a "mouseenter" event is fired on a Alerts list.

[]

activemonitor-alert-list.handlers.mouseleave

The actions that will be evaluated when a "mouseleave" event is fired on a Alerts list.

[]

activemonitor-alert-list.handlers.mousemove

The actions that will be evaluated when a "mousemove" event is fired on a Alerts list.

[]

activemonitor-alert-list.handlers.mouseout

The actions that will be evaluated when a "mouseout" event is fired on a Alerts list.

[]

activemonitor-alert-list.handlers.mouseover

The actions that will be evaluated when a "mouseover" event is fired on a Alerts list.

[]

activemonitor-alert-list.handlers.mouseup

The actions that will be evaluated when a "mouseup" event is fired on a Alerts list.

[]

activemonitor-alert-list.handlers.scroll

The actions that will be evaluated when a "scroll" event is fired on a Alerts list.

[]

activemonitor-alert-list.handlers.select

The actions that will be evaluated when a "select" event is fired on a Alerts list.

[]

activemonitor-alert-list.handlers.touchcancel

The actions that will be evaluated when a "touchcancel" event is fired on a Alerts list.

[]

activemonitor-alert-list.handlers.touchend

The actions that will be evaluated when a "touchend" event is fired on a Alerts list.

[]

activemonitor-alert-list.handlers.touchmove

The actions that will be evaluated when a "touchmove" event is fired on a Alerts list.

[]

activemonitor-alert-list.handlers.touchstart

The actions that will be evaluated when a "touchstart" event is fired on a Alerts list.

[]

activemonitor-alert-list.handlers.wheel

The actions that will be evaluated when a "wheel" event is fired on a Alerts list.

[]

activemonitor-alert-list.quickActions

The actions available through shortcuts on the dock head of a Alerts list widget.

[]

activemonitor-messages

activemonitor-messages.actions

The actions available in the dock menu of a Message inbox widget.

[
  "full-size",
  "separator",
  "toggle-dock-title-bar",
  "save",
  "save-as",
  "separator",
  "remove-dock"
]

activemonitor-messages.handlers

activemonitor-messages.handlers.blur

The actions that will be evaluated when a "blur" event is fired on a Message inbox.

[]

activemonitor-messages.handlers.click

The actions that will be evaluated when a "click" event is fired on a Message inbox.

[
  "open-message"
]

activemonitor-messages.handlers.contextmenu

The actions that will be evaluated when a "contextmenu" event is fired on a Message inbox.

[
  {
    "args": {
      "direction": "ASC"
    },
    "key": "tabular-sort"
  },
  {
    "args": {
      "direction": "DESC"
    },
    "key": "tabular-sort"
  },
  "separator",
  "tabular-header-style",
  "tabular-freeze-header",
  "tabular-remove-header",
  "separator",
  "copy-table",
  "widget-csv-export"
]

activemonitor-messages.handlers.dblclick

The actions that will be evaluated when a "dblclick" event is fired on a Message inbox.

[
  "tabular-edit-header"
]

activemonitor-messages.handlers.drag

The actions that will be evaluated when a "drag" event is fired on a Message inbox.

[]

activemonitor-messages.handlers.dragend

The actions that will be evaluated when a "dragend" event is fired on a Message inbox.

[]

activemonitor-messages.handlers.dragenter

The actions that will be evaluated when a "dragenter" event is fired on a Message inbox.

[]

activemonitor-messages.handlers.dragleave

The actions that will be evaluated when a "dragleave" event is fired on a Message inbox.

[]

activemonitor-messages.handlers.dragover

The actions that will be evaluated when a "dragover" event is fired on a Message inbox.

[]

activemonitor-messages.handlers.dragstart

The actions that will be evaluated when a "dragstart" event is fired on a Message inbox.

[]

activemonitor-messages.handlers.drop

The actions that will be evaluated when a "drop" event is fired on a Message inbox.

[]

activemonitor-messages.handlers.focus

The actions that will be evaluated when a "focus" event is fired on a Message inbox.

[]

activemonitor-messages.handlers.keydown

The actions that will be evaluated when a "keydown" event is fired on a Message inbox.

[]

activemonitor-messages.handlers.keypress

The actions that will be evaluated when a "keypress" event is fired on a Message inbox.

[]

activemonitor-messages.handlers.keyup

The actions that will be evaluated when a "keyup" event is fired on a Message inbox.

[]

activemonitor-messages.handlers.mousedown

The actions that will be evaluated when a "mousedown" event is fired on a Message inbox.

[]

activemonitor-messages.handlers.mouseenter

The actions that will be evaluated when a "mouseenter" event is fired on a Message inbox.

[]

activemonitor-messages.handlers.mouseleave

The actions that will be evaluated when a "mouseleave" event is fired on a Message inbox.

[]

activemonitor-messages.handlers.mousemove

The actions that will be evaluated when a "mousemove" event is fired on a Message inbox.

[]

activemonitor-messages.handlers.mouseout

The actions that will be evaluated when a "mouseout" event is fired on a Message inbox.

[]

activemonitor-messages.handlers.mouseover

The actions that will be evaluated when a "mouseover" event is fired on a Message inbox.

[]

activemonitor-messages.handlers.mouseup

The actions that will be evaluated when a "mouseup" event is fired on a Message inbox.

[]

activemonitor-messages.handlers.scroll

The actions that will be evaluated when a "scroll" event is fired on a Message inbox.

[]

activemonitor-messages.handlers.select

The actions that will be evaluated when a "select" event is fired on a Message inbox.

[]

activemonitor-messages.handlers.touchcancel

The actions that will be evaluated when a "touchcancel" event is fired on a Message inbox.

[]

activemonitor-messages.handlers.touchend

The actions that will be evaluated when a "touchend" event is fired on a Message inbox.

[]

activemonitor-messages.handlers.touchmove

The actions that will be evaluated when a "touchmove" event is fired on a Message inbox.

[]

activemonitor-messages.handlers.touchstart

The actions that will be evaluated when a "touchstart" event is fired on a Message inbox.

[]

activemonitor-messages.handlers.wheel

The actions that will be evaluated when a "wheel" event is fired on a Message inbox.

[]

activemonitor-messages.quickActions

The actions available through shortcuts on the dock head of a Message inbox widget.

[]

activemonitor-monitor-list

activemonitor-monitor-list.actions

The actions available in the dock menu of a Monitor list widget.

[
  "full-size",
  "separator",
  "toggle-dock-title-bar",
  "save",
  "save-as",
  "separator",
  "remove-dock"
]

activemonitor-monitor-list.handlers

activemonitor-monitor-list.handlers.blur

The actions that will be evaluated when a "blur" event is fired on a Monitor list.

[]

activemonitor-monitor-list.handlers.click

The actions that will be evaluated when a "click" event is fired on a Monitor list.

[]

activemonitor-monitor-list.handlers.contextmenu

The actions that will be evaluated when a "contextmenu" event is fired on a Monitor list.

[
  "open-monitor",
  "separator",
  "copy-table",
  "widget-csv-export"
]

activemonitor-monitor-list.handlers.dblclick

The actions that will be evaluated when a "dblclick" event is fired on a Monitor list.

[]

activemonitor-monitor-list.handlers.drag

The actions that will be evaluated when a "drag" event is fired on a Monitor list.

[]

activemonitor-monitor-list.handlers.dragend

The actions that will be evaluated when a "dragend" event is fired on a Monitor list.

[]

activemonitor-monitor-list.handlers.dragenter

The actions that will be evaluated when a "dragenter" event is fired on a Monitor list.

[]

activemonitor-monitor-list.handlers.dragleave

The actions that will be evaluated when a "dragleave" event is fired on a Monitor list.

[]

activemonitor-monitor-list.handlers.dragover

The actions that will be evaluated when a "dragover" event is fired on a Monitor list.

[]

activemonitor-monitor-list.handlers.dragstart

The actions that will be evaluated when a "dragstart" event is fired on a Monitor list.

[]

activemonitor-monitor-list.handlers.drop

The actions that will be evaluated when a "drop" event is fired on a Monitor list.

[]

activemonitor-monitor-list.handlers.focus

The actions that will be evaluated when a "focus" event is fired on a Monitor list.

[]

activemonitor-monitor-list.handlers.keydown

The actions that will be evaluated when a "keydown" event is fired on a Monitor list.

[]

activemonitor-monitor-list.handlers.keypress

The actions that will be evaluated when a "keypress" event is fired on a Monitor list.

[]

activemonitor-monitor-list.handlers.keyup

The actions that will be evaluated when a "keyup" event is fired on a Monitor list.

[]

activemonitor-monitor-list.handlers.mousedown

The actions that will be evaluated when a "mousedown" event is fired on a Monitor list.

[]

activemonitor-monitor-list.handlers.mouseenter

The actions that will be evaluated when a "mouseenter" event is fired on a Monitor list.

[]

activemonitor-monitor-list.handlers.mouseleave

The actions that will be evaluated when a "mouseleave" event is fired on a Monitor list.

[]

activemonitor-monitor-list.handlers.mousemove

The actions that will be evaluated when a "mousemove" event is fired on a Monitor list.

[]

activemonitor-monitor-list.handlers.mouseout

The actions that will be evaluated when a "mouseout" event is fired on a Monitor list.

[]

activemonitor-monitor-list.handlers.mouseover

The actions that will be evaluated when a "mouseover" event is fired on a Monitor list.

[]

activemonitor-monitor-list.handlers.mouseup

The actions that will be evaluated when a "mouseup" event is fired on a Monitor list.

[]

activemonitor-monitor-list.handlers.scroll

The actions that will be evaluated when a "scroll" event is fired on a Monitor list.

[]

activemonitor-monitor-list.handlers.select

The actions that will be evaluated when a "select" event is fired on a Monitor list.

[]

activemonitor-monitor-list.handlers.touchcancel

The actions that will be evaluated when a "touchcancel" event is fired on a Monitor list.

[]

activemonitor-monitor-list.handlers.touchend

The actions that will be evaluated when a "touchend" event is fired on a Monitor list.

[]

activemonitor-monitor-list.handlers.touchmove

The actions that will be evaluated when a "touchmove" event is fired on a Monitor list.

[]

activemonitor-monitor-list.handlers.touchstart

The actions that will be evaluated when a "touchstart" event is fired on a Monitor list.

[]

activemonitor-monitor-list.handlers.wheel

The actions that will be evaluated when a "wheel" event is fired on a Monitor list.

[]

activemonitor-monitor-list.quickActions

The actions available through shortcuts on the dock head of a Monitor list widget.

[]

activemonitor-monitor-view

activemonitor-monitor-view.actions

The actions available in the dock menu of a Monitor view widget.

[
  "full-size",
  "separator",
  "toggle-dock-title-bar",
  "save",
  "save-as",
  "separator",
  "remove-dock"
]

activemonitor-monitor-view.handlers

activemonitor-monitor-view.handlers.blur

The actions that will be evaluated when a "blur" event is fired on a Monitor view.

[]

activemonitor-monitor-view.handlers.click

The actions that will be evaluated when a "click" event is fired on a Monitor view.

[]

activemonitor-monitor-view.handlers.contextmenu

The actions that will be evaluated when a "contextmenu" event is fired on a Monitor view.

[
  {
    "args": {
      "direction": "ASC"
    },
    "key": "tabular-sort"
  },
  {
    "args": {
      "direction": "DESC"
    },
    "key": "tabular-sort"
  },
  {
    "key": "tabular-clear-sort"
  },
  {
    "args": {
      "caption": {
        "textPath": "presentations.contextMenu.filter"
      },
      "iconSrcKey": "tree.icon.filters",
      "menuItems": [
        {
          "args": {
            "scope": "only-current-widget"
          },
          "key": "member-filter"
        },
        {
          "args": {
            "scope": "all"
          },
          "key": "member-filter"
        },
        {
          "args": {
            "scope": "only-siblings"
          },
          "key": "member-filter"
        }
      ]
    },
    "key": "sub-menu"
  },
  "tabular-collapse-level",
  "tabular-expand-level",
  "open-drillthrough",
  "separator",
  {
    "args": {
      "caption": {
        "textPath": "tabular.contextMenu.actOnCalculatedMeasure"
      },
      "iconSrcKey": "other.fx",
      "menuItems": [
        {
          "key": "edit-calculated-measure"
        },
        {
          "key": "publish-calculated-measure"
        }
      ]
    },
    "key": "sub-menu"
  },
  "conditional-formatting",
  "edit-kpi",
  "watch-measure",
  "separator",
  "tabular-header-style",
  "tabular-freeze-header",
  "tabular-show-sparklines",
  "tabular-sparkline-add-colors",
  "tabular-remove-header",
  "separator",
  "refresh-query",
  {
    "args": {
      "caption": {
        "textPath": "tabular.contextMenu.updateMode.change"
      },
      "iconSrcKey": "docks.queryRate",
      "menuItems": [
        {
          "args": {
            "modes": [
              "realTime"
            ]
          },
          "key": "update-query-mode"
        },
        {
          "args": {
            "modes": [
              "refresh-periodically"
            ],
            "refreshInterval": 10
          },
          "key": "update-query-mode"
        },
        {
          "args": {
            "modes": [
              "once"
            ]
          },
          "key": "update-query-mode"
        }
      ]
    },
    "key": "sub-menu"
  },
  "separator",
  "copy-table",
  "widget-csv-export"
]

activemonitor-monitor-view.handlers.dblclick

The actions that will be evaluated when a "dblclick" event is fired on a Monitor view.

[
  "tabular-edit-cell",
  "tabular-edit-header"
]

activemonitor-monitor-view.handlers.drag

The actions that will be evaluated when a "drag" event is fired on a Monitor view.

[]

activemonitor-monitor-view.handlers.dragend

The actions that will be evaluated when a "dragend" event is fired on a Monitor view.

[]

activemonitor-monitor-view.handlers.dragenter

The actions that will be evaluated when a "dragenter" event is fired on a Monitor view.

[]

activemonitor-monitor-view.handlers.dragleave

The actions that will be evaluated when a "dragleave" event is fired on a Monitor view.

[]

activemonitor-monitor-view.handlers.dragover

The actions that will be evaluated when a "dragover" event is fired on a Monitor view.

[]

activemonitor-monitor-view.handlers.dragstart

The actions that will be evaluated when a "dragstart" event is fired on a Monitor view.

[]

activemonitor-monitor-view.handlers.drop

The actions that will be evaluated when a "drop" event is fired on a Monitor view.

[]

activemonitor-monitor-view.handlers.focus

The actions that will be evaluated when a "focus" event is fired on a Monitor view.

[]

activemonitor-monitor-view.handlers.keydown

The actions that will be evaluated when a "keydown" event is fired on a Monitor view.

[]

activemonitor-monitor-view.handlers.keypress

The actions that will be evaluated when a "keypress" event is fired on a Monitor view.

[]

activemonitor-monitor-view.handlers.keyup

The actions that will be evaluated when a "keyup" event is fired on a Monitor view.

[]

activemonitor-monitor-view.handlers.mousedown

The actions that will be evaluated when a "mousedown" event is fired on a Monitor view.

[]

activemonitor-monitor-view.handlers.mouseenter

The actions that will be evaluated when a "mouseenter" event is fired on a Monitor view.

[
  "tabular-tooltip-show"
]

activemonitor-monitor-view.handlers.mouseleave

The actions that will be evaluated when a "mouseleave" event is fired on a Monitor view.

[
  "hide-tooltip"
]

activemonitor-monitor-view.handlers.mousemove

The actions that will be evaluated when a "mousemove" event is fired on a Monitor view.

[]

activemonitor-monitor-view.handlers.mouseout

The actions that will be evaluated when a "mouseout" event is fired on a Monitor view.

[]

activemonitor-monitor-view.handlers.mouseover

The actions that will be evaluated when a "mouseover" event is fired on a Monitor view.

[]

activemonitor-monitor-view.handlers.mouseup

The actions that will be evaluated when a "mouseup" event is fired on a Monitor view.

[]

activemonitor-monitor-view.handlers.scroll

The actions that will be evaluated when a "scroll" event is fired on a Monitor view.

[]

activemonitor-monitor-view.handlers.select

The actions that will be evaluated when a "select" event is fired on a Monitor view.

[]

activemonitor-monitor-view.handlers.touchcancel

The actions that will be evaluated when a "touchcancel" event is fired on a Monitor view.

[]

activemonitor-monitor-view.handlers.touchend

The actions that will be evaluated when a "touchend" event is fired on a Monitor view.

[]

activemonitor-monitor-view.handlers.touchmove

The actions that will be evaluated when a "touchmove" event is fired on a Monitor view.

[]

activemonitor-monitor-view.handlers.touchstart

The actions that will be evaluated when a "touchstart" event is fired on a Monitor view.

[]

activemonitor-monitor-view.handlers.wheel

The actions that will be evaluated when a "wheel" event is fired on a Monitor view.

[]

activemonitor-monitor-view.quickActions

The actions available through shortcuts on the dock head of a Monitor view widget.

[]

activemonitor-single-alert.handlers

activemonitor-single-alert.handlers.blur

The actions that will be evaluated when a "blur" event is fired on a ActiveMonitor Alert Details.

[]

activemonitor-single-alert.handlers.click

The actions that will be evaluated when a "click" event is fired on a ActiveMonitor Alert Details.

[]

activemonitor-single-alert.handlers.contextmenu

The actions that will be evaluated when a "contextmenu" event is fired on a ActiveMonitor Alert Details.

[]

activemonitor-single-alert.handlers.dblclick

The actions that will be evaluated when a "dblclick" event is fired on a ActiveMonitor Alert Details.

[]

activemonitor-single-alert.handlers.drag

The actions that will be evaluated when a "drag" event is fired on a ActiveMonitor Alert Details.

[]

activemonitor-single-alert.handlers.dragend

The actions that will be evaluated when a "dragend" event is fired on a ActiveMonitor Alert Details.

[]

activemonitor-single-alert.handlers.dragenter

The actions that will be evaluated when a "dragenter" event is fired on a ActiveMonitor Alert Details.

[]

activemonitor-single-alert.handlers.dragleave

The actions that will be evaluated when a "dragleave" event is fired on a ActiveMonitor Alert Details.

[]

activemonitor-single-alert.handlers.dragover

The actions that will be evaluated when a "dragover" event is fired on a ActiveMonitor Alert Details.

[]

activemonitor-single-alert.handlers.dragstart

The actions that will be evaluated when a "dragstart" event is fired on a ActiveMonitor Alert Details.

[]

activemonitor-single-alert.handlers.drop

The actions that will be evaluated when a "drop" event is fired on a ActiveMonitor Alert Details.

[]

activemonitor-single-alert.handlers.focus

The actions that will be evaluated when a "focus" event is fired on a ActiveMonitor Alert Details.

[]

activemonitor-single-alert.handlers.keydown

The actions that will be evaluated when a "keydown" event is fired on a ActiveMonitor Alert Details.

[]

activemonitor-single-alert.handlers.keypress

The actions that will be evaluated when a "keypress" event is fired on a ActiveMonitor Alert Details.

[]

activemonitor-single-alert.handlers.keyup

The actions that will be evaluated when a "keyup" event is fired on a ActiveMonitor Alert Details.

[]

activemonitor-single-alert.handlers.mousedown

The actions that will be evaluated when a "mousedown" event is fired on a ActiveMonitor Alert Details.

[]

activemonitor-single-alert.handlers.mouseenter

The actions that will be evaluated when a "mouseenter" event is fired on a ActiveMonitor Alert Details.

[]

activemonitor-single-alert.handlers.mouseleave

The actions that will be evaluated when a "mouseleave" event is fired on a ActiveMonitor Alert Details.

[]

activemonitor-single-alert.handlers.mousemove

The actions that will be evaluated when a "mousemove" event is fired on a ActiveMonitor Alert Details.

[]

activemonitor-single-alert.handlers.mouseout

The actions that will be evaluated when a "mouseout" event is fired on a ActiveMonitor Alert Details.

[]

activemonitor-single-alert.handlers.mouseover

The actions that will be evaluated when a "mouseover" event is fired on a ActiveMonitor Alert Details.

[]

activemonitor-single-alert.handlers.mouseup

The actions that will be evaluated when a "mouseup" event is fired on a ActiveMonitor Alert Details.

[]

activemonitor-single-alert.handlers.scroll

The actions that will be evaluated when a "scroll" event is fired on a ActiveMonitor Alert Details.

[]

activemonitor-single-alert.handlers.select

The actions that will be evaluated when a "select" event is fired on a ActiveMonitor Alert Details.

[]

activemonitor-single-alert.handlers.touchcancel

The actions that will be evaluated when a "touchcancel" event is fired on a ActiveMonitor Alert Details.

[]

activemonitor-single-alert.handlers.touchend

The actions that will be evaluated when a "touchend" event is fired on a ActiveMonitor Alert Details.

[]

activemonitor-single-alert.handlers.touchmove

The actions that will be evaluated when a "touchmove" event is fired on a ActiveMonitor Alert Details.

[]

activemonitor-single-alert.handlers.touchstart

The actions that will be evaluated when a "touchstart" event is fired on a ActiveMonitor Alert Details.

[]

activemonitor-single-alert.handlers.wheel

The actions that will be evaluated when a "wheel" event is fired on a ActiveMonitor Alert Details.

[]

application

application.defaultDisplayMode

The display mode the application should be in (if allowed) when the user has not explicitly set one. The possible values are VIEW and EDIT

EDIT

application.home

application.home

The bookmark id of the dashboard defined as the home page.

undefined

application.home.fallback

The JSON dashboard description that should be loaded as a home when no existing bookmark has been explicitly set as such, i.e. if setting application.home is not set or if the corresponding bookmark does not exist on the Content Server.

{
  "name": "",
  "type": "container",
  "value": {
    "body": {
      "pages": [
        {
          "content": [],
          "layout": {
            "ck": "0"
          },
          "name": "Page 1"
        }
      ]
    },
    "containerKey": "dashboard",
    "showTitleBar": false
  },
  "writable": true
}

bookmark-tree

bookmark-tree.actions

The actions available in the dock menu of a Bookmarks widget.

[
  "add-server",
  "toggle-dock-title-bar",
  "separator",
  "remove-dock"
]

bookmark-tree.handlers

bookmark-tree.handlers.blur

The actions that will be evaluated when a "blur" event is fired on a Bookmarks.

[]

bookmark-tree.handlers.click

The actions that will be evaluated when a "click" event is fired on a Bookmarks.

[
  "load-bookmark"
]

bookmark-tree.handlers.contextmenu

The actions that will be evaluated when a "contextmenu" event is fired on a Bookmarks.

[
  "rename-server",
  "delete-server",
  "separator",
  "create-folder",
  "separator",
  "load-bookmark",
  "rename-bookmark",
  "move-bookmark",
  "share",
  "add-to-favorites",
  "separator",
  "open-widget-to-modify",
  "make-home-page",
  "bookmark-state-editor",
  "separator",
  "delete-bookmark"
]

bookmark-tree.handlers.dblclick

The actions that will be evaluated when a "dblclick" event is fired on a Bookmarks.

[
  "toggle-tree-node"
]

bookmark-tree.handlers.drag

The actions that will be evaluated when a "drag" event is fired on a Bookmarks.

[]

bookmark-tree.handlers.dragend

The actions that will be evaluated when a "dragend" event is fired on a Bookmarks.

[]

bookmark-tree.handlers.dragenter

The actions that will be evaluated when a "dragenter" event is fired on a Bookmarks.

[]

bookmark-tree.handlers.dragleave

The actions that will be evaluated when a "dragleave" event is fired on a Bookmarks.

[]

bookmark-tree.handlers.dragover

The actions that will be evaluated when a "dragover" event is fired on a Bookmarks.

[]

bookmark-tree.handlers.dragstart

The actions that will be evaluated when a "dragstart" event is fired on a Bookmarks.

[]

bookmark-tree.handlers.drop

The actions that will be evaluated when a "drop" event is fired on a Bookmarks.

[]

bookmark-tree.handlers.focus

The actions that will be evaluated when a "focus" event is fired on a Bookmarks.

[]

bookmark-tree.handlers.keydown

The actions that will be evaluated when a "keydown" event is fired on a Bookmarks.

[]

bookmark-tree.handlers.keypress

The actions that will be evaluated when a "keypress" event is fired on a Bookmarks.

[]

bookmark-tree.handlers.keyup

The actions that will be evaluated when a "keyup" event is fired on a Bookmarks.

[]

bookmark-tree.handlers.mousedown

The actions that will be evaluated when a "mousedown" event is fired on a Bookmarks.

[]

bookmark-tree.handlers.mouseenter

The actions that will be evaluated when a "mouseenter" event is fired on a Bookmarks.

[
  "tree-tooltip-show"
]

bookmark-tree.handlers.mouseleave

The actions that will be evaluated when a "mouseleave" event is fired on a Bookmarks.

[
  "hide-tooltip"
]

bookmark-tree.handlers.mousemove

The actions that will be evaluated when a "mousemove" event is fired on a Bookmarks.

[]

bookmark-tree.handlers.mouseout

The actions that will be evaluated when a "mouseout" event is fired on a Bookmarks.

[]

bookmark-tree.handlers.mouseover

The actions that will be evaluated when a "mouseover" event is fired on a Bookmarks.

[]

bookmark-tree.handlers.mouseup

The actions that will be evaluated when a "mouseup" event is fired on a Bookmarks.

[]

bookmark-tree.handlers.scroll

The actions that will be evaluated when a "scroll" event is fired on a Bookmarks.

[]

bookmark-tree.handlers.select

The actions that will be evaluated when a "select" event is fired on a Bookmarks.

[]

bookmark-tree.handlers.touchcancel

The actions that will be evaluated when a "touchcancel" event is fired on a Bookmarks.

[]

bookmark-tree.handlers.touchend

The actions that will be evaluated when a "touchend" event is fired on a Bookmarks.

[]

bookmark-tree.handlers.touchmove

The actions that will be evaluated when a "touchmove" event is fired on a Bookmarks.

[]

bookmark-tree.handlers.touchstart

The actions that will be evaluated when a "touchstart" event is fired on a Bookmarks.

[]

bookmark-tree.handlers.wheel

The actions that will be evaluated when a "wheel" event is fired on a Bookmarks.

[]

bookmark-tree.quickActions

The actions available through shortcuts on the dock head of a Bookmarks widget.

[]

bookmarks

bookmarks.favorites

bookmarks.favorites.<container_key>.hidden

Widgets to hide from the widget list.

false

bookmarks.favorites.<unique_id>

Defines a bookmark as a favorite, making it available in the widgets list. The name and category under which it is displayed are configurable, as well as the icon which is driven by the type attribute. Example: {"category": "data", "id": "10c", "name": "Bar chart", "type": "chart"}. The unique id in the setting's key can be any string as long as it is unique and does not start with "<": one can use the widget container key followed by the bookmark unique id.

undefined

bookmarks.favorites.bookmark-tree.hidden

The bookmark tree widget is hidden by default from the widget list. Generally you want to create that widget programmatically somewhere outside of your work area (in a side bar for example).

true

bookmarks.saveOrDiscardChangesOnClose

When closing a bookmark that has local changes, should those changes be saved back to the bookmark? Use "ask" to always ask the user, "discard" to always discard changes, or "save" to always save changes. This currently only affects dashboard bookmarks; changes to other types of bookmarks are always discarded.

ask

chart

chart.actions

The actions available in the dock menu of a Chart widget.

[
  "toggle-dock-title-bar",
  "save",
  "save-as",
  "share",
  "separator",
  "remove-dock"
]

chart.colorway

The default colors for plotly charts.

[
  "#4e79a7",
  "#f28e2c",
  "#e15759",
  "#76b7b2",
  "#59a14f",
  "#edc949",
  "#af7aa1",
  "#ff9da7",
  "#9c755f",
  "#bab0ab"
]

chart.handlers

chart.handlers.click

The actions that will be evaluated when a "click" event is fired on a Chart.

[]

chart.handlers.contextmenu

The actions that will be evaluated when a "contextmenu" event is fired on a Chart.

[
  {
    "args": {
      "caption": {
        "textPath": "presentations.contextMenu.filter"
      },
      "iconSrcKey": "tree.icon.filters",
      "menuItems": [
        {
          "args": {
            "scope": "only-current-widget"
          },
          "key": "member-filter"
        },
        {
          "args": {
            "scope": "all"
          },
          "key": "member-filter"
        },
        {
          "args": {
            "scope": "only-siblings"
          },
          "key": "member-filter"
        }
      ]
    },
    "key": "sub-menu"
  },
  "open-drillthrough",
  "separator",
  "chart-show-data",
  "separator",
  "refresh-query",
  {
    "args": {
      "caption": {
        "textPath": "tabular.contextMenu.updateMode.change"
      },
      "iconSrcKey": "docks.queryRate",
      "menuItems": [
        {
          "args": {
            "modes": [
              "realTime"
            ]
          },
          "key": "update-query-mode"
        },
        {
          "args": {
            "modes": [
              "refresh-periodically"
            ],
            "refreshInterval": 10
          },
          "key": "update-query-mode"
        },
        {
          "args": {
            "modes": [
              "once"
            ]
          },
          "key": "update-query-mode"
        }
      ]
    },
    "key": "sub-menu"
  },
  "separator",
  "copy-table",
  "widget-csv-export",
  "chart-png-export"
]

chart.handlers.mouseenter

The actions that will be evaluated when a "mouseenter" event is fired on a Chart.

[
  "chart-tooltip-show"
]

chart.handlers.mouseleave

The actions that will be evaluated when a "mouseleave" event is fired on a Chart.

[
  "hide-tooltip"
]

chart.ordinal-color-scale

The ordinal color scale that should be used by default when not explicitly specified in a chart's configuration.

activeviam

chart.quickActions

The actions available through shortcuts on the dock head of a Chart widget.

[
  "update-query-mode",
  "full-size"
]

chart.showResetButton

Whether a button to reset a widget's query to the default query is shown when a query is canceled or returns an error.

true

chart.showWizard

Whether the Chart wizard is shown.

false

chart.subplotLimits

The limits on how many horizontal and vertical subplots to show.

{
  "horizontal": 6,
  "vertical": 6
}

content-editor

content-editor.actions

The actions available in the dock menu of a Content Editor widget.

[
  "toggle-dock-title-bar",
  "separator",
  "remove-dock"
]

content-editor.quickActions

The actions available through shortcuts on the dock head of a Content Editor widget.

[]

context-values

context-values.actions

The actions available in the dock menu of a Page context values widget.

[
  "toggle-dock-title-bar",
  "separator",
  "remove-dock"
]

context-values.quickActions

The actions available through shortcuts on the dock head of a Page context values widget.

[]

dashboard

dashboard.actions

The actions available in the dock menu of a Dashboard.

[
  "toggle-dock-title-bar",
  "save",
  "save-as",
  "share"
]

dashboard.quickActions

The actions available through shortcuts on the dock head of a Dashboard.

[
  "undo",
  "redo",
  "home",
  "add-widget",
  "reset-dashboard"
]

data.export.csv

data.export.csv.maximumCellsToExport

"Export to CSV" action is enabled for tables with cellSets that have less than this number of cells.

100000

data.export.csv.separator

Separator to use when exporting some data to a CSV file.

,

data.export.csv.separators

List of available separators when exporting data to a CSV file.

[
  {
    "name": "colon",
    "value": ":"
  },
  {
    "name": "comma",
    "value": ","
  },
  {
    "name": "pipe",
    "value": "|"
  },
  {
    "name": "semicolon",
    "value": ";"
  },
  {
    "name": "space",
    "value": " "
  },
  {
    "name": "tab",
    "value": "\t"
  }
]

data.export.csv.tupleSeparator

Separator to use when the headers of a column are composed of several members, when exporting to a CSV file.

>

data.export.csv.useHeaderCaption

Whether the headers should have the header caption or value, when exporting to a CSV file.

true

data.export.csv.useNumericalCellCaption

Whether the numerical cells should have the cell caption or value, when exporting to a CSV file. This only affects numerical cells.

false

data.export.csv.useOrdinalCellCaption

Whether the cells should have the cell caption or value, when exporting to a CSV file. This only affects ordinal cells.

true

defaultPermissions

The default readers and owners permission values when creating a bookmark. When the value is not set, it defaults to the current user. Example: {"owners": ["admin"], "readers": ["admin"]}

undefined

discovery-tree

discovery-tree.actions

The actions available in the dock menu of a Data Explorer widget.

[
  "add-server",
  "toggle-dock-title-bar",
  "separator",
  "remove-dock"
]

discovery-tree.handlers

discovery-tree.handlers.blur

The actions that will be evaluated when a "blur" event is fired on a Data Explorer.

[]

discovery-tree.handlers.click

The actions that will be evaluated when a "click" event is fired on a Data Explorer.

[]

discovery-tree.handlers.contextmenu

The actions that will be evaluated when a "contextmenu" event is fired on a Data Explorer.

[
  "refresh-discovery",
  "rename-server",
  "delete-server",
  "create-kpi",
  "edit-kpi",
  "delete-kpi",
  "delete-calculated-measure",
  "create-folder",
  "separator",
  "rename-bookmark",
  "move-bookmark",
  "separator",
  "delete-bookmark"
]

discovery-tree.handlers.dblclick

The actions that will be evaluated when a "dblclick" event is fired on a Data Explorer.

[
  "toggle-tree-node"
]

discovery-tree.handlers.drag

The actions that will be evaluated when a "drag" event is fired on a Data Explorer.

[]

discovery-tree.handlers.dragend

The actions that will be evaluated when a "dragend" event is fired on a Data Explorer.

[]

discovery-tree.handlers.dragenter

The actions that will be evaluated when a "dragenter" event is fired on a Data Explorer.

[]

discovery-tree.handlers.dragleave

The actions that will be evaluated when a "dragleave" event is fired on a Data Explorer.

[]

discovery-tree.handlers.dragover

The actions that will be evaluated when a "dragover" event is fired on a Data Explorer.

[]

discovery-tree.handlers.dragstart

The actions that will be evaluated when a "dragstart" event is fired on a Data Explorer.

[]

discovery-tree.handlers.drop

The actions that will be evaluated when a "drop" event is fired on a Data Explorer.

[]

discovery-tree.handlers.focus

The actions that will be evaluated when a "focus" event is fired on a Data Explorer.

[]

discovery-tree.handlers.keydown

The actions that will be evaluated when a "keydown" event is fired on a Data Explorer.

[]

discovery-tree.handlers.keypress

The actions that will be evaluated when a "keypress" event is fired on a Data Explorer.

[]

discovery-tree.handlers.keyup

The actions that will be evaluated when a "keyup" event is fired on a Data Explorer.

[]

discovery-tree.handlers.mousedown

The actions that will be evaluated when a "mousedown" event is fired on a Data Explorer.

[]

discovery-tree.handlers.mouseenter

The actions that will be evaluated when a "mouseenter" event is fired on a Data Explorer.

[
  "tree-tooltip-show"
]

discovery-tree.handlers.mouseleave

The actions that will be evaluated when a "mouseleave" event is fired on a Data Explorer.

[
  "hide-tooltip"
]

discovery-tree.handlers.mousemove

The actions that will be evaluated when a "mousemove" event is fired on a Data Explorer.

[]

discovery-tree.handlers.mouseout

The actions that will be evaluated when a "mouseout" event is fired on a Data Explorer.

[]

discovery-tree.handlers.mouseover

The actions that will be evaluated when a "mouseover" event is fired on a Data Explorer.

[]

discovery-tree.handlers.mouseup

The actions that will be evaluated when a "mouseup" event is fired on a Data Explorer.

[]

discovery-tree.handlers.scroll

The actions that will be evaluated when a "scroll" event is fired on a Data Explorer.

[]

discovery-tree.handlers.select

The actions that will be evaluated when a "select" event is fired on a Data Explorer.

[]

discovery-tree.handlers.touchcancel

The actions that will be evaluated when a "touchcancel" event is fired on a Data Explorer.

[]

discovery-tree.handlers.touchend

The actions that will be evaluated when a "touchend" event is fired on a Data Explorer.

[]

discovery-tree.handlers.touchmove

The actions that will be evaluated when a "touchmove" event is fired on a Data Explorer.

[]

discovery-tree.handlers.touchstart

The actions that will be evaluated when a "touchstart" event is fired on a Data Explorer.

[]

discovery-tree.handlers.wheel

The actions that will be evaluated when a "wheel" event is fired on a Data Explorer.

[]

discovery-tree.quickActions

The actions available through shortcuts on the dock head of a Data Explorer widget.

[]

drillthrough

drillthrough.actions

The actions available in the dock menu of a Drillthrough table widget.

[
  "toggle-dock-title-bar",
  "save",
  "save-as",
  "share",
  "separator",
  "remove-dock"
]

drillthrough.handlers

drillthrough.handlers.blur

The actions that will be evaluated when a "blur" event is fired on a Drillthrough table.

[]

drillthrough.handlers.click

The actions that will be evaluated when a "click" event is fired on a Drillthrough table.

[]

drillthrough.handlers.contextmenu

The actions that will be evaluated when a "contextmenu" event is fired on a Drillthrough table.

[
  {
    "args": {
      "direction": "ASC"
    },
    "key": "tabular-sort"
  },
  {
    "args": {
      "direction": "DESC"
    },
    "key": "tabular-sort"
  },
  "separator",
  "tabular-header-style",
  "tabular-freeze-header",
  "tabular-remove-header",
  "separator",
  "refresh-query",
  {
    "args": {
      "caption": {
        "textPath": "tabular.contextMenu.updateMode.change"
      },
      "iconSrcKey": "docks.queryRate",
      "menuItems": [
        {
          "args": {
            "modes": [
              "realTime"
            ]
          },
          "key": "update-query-mode"
        },
        {
          "args": {
            "modes": [
              "refresh-periodically"
            ],
            "refreshInterval": 10
          },
          "key": "update-query-mode"
        },
        {
          "args": {
            "modes": [
              "once"
            ]
          },
          "key": "update-query-mode"
        }
      ]
    },
    "key": "sub-menu"
  },
  "separator",
  "copy-table",
  "widget-csv-export"
]

drillthrough.handlers.dblclick

The actions that will be evaluated when a "dblclick" event is fired on a Drillthrough table.

[
  "tabular-edit-cell",
  "tabular-edit-header"
]

drillthrough.handlers.drag

The actions that will be evaluated when a "drag" event is fired on a Drillthrough table.

[]

drillthrough.handlers.dragend

The actions that will be evaluated when a "dragend" event is fired on a Drillthrough table.

[]

drillthrough.handlers.dragenter

The actions that will be evaluated when a "dragenter" event is fired on a Drillthrough table.

[]

drillthrough.handlers.dragleave

The actions that will be evaluated when a "dragleave" event is fired on a Drillthrough table.

[]

drillthrough.handlers.dragover

The actions that will be evaluated when a "dragover" event is fired on a Drillthrough table.

[]

drillthrough.handlers.dragstart

The actions that will be evaluated when a "dragstart" event is fired on a Drillthrough table.

[]

drillthrough.handlers.drop

The actions that will be evaluated when a "drop" event is fired on a Drillthrough table.

[]

drillthrough.handlers.focus

The actions that will be evaluated when a "focus" event is fired on a Drillthrough table.

[]

drillthrough.handlers.keydown

The actions that will be evaluated when a "keydown" event is fired on a Drillthrough table.

[]

drillthrough.handlers.keypress

The actions that will be evaluated when a "keypress" event is fired on a Drillthrough table.

[]

drillthrough.handlers.keyup

The actions that will be evaluated when a "keyup" event is fired on a Drillthrough table.

[]

drillthrough.handlers.mousedown

The actions that will be evaluated when a "mousedown" event is fired on a Drillthrough table.

[]

drillthrough.handlers.mouseenter

The actions that will be evaluated when a "mouseenter" event is fired on a Drillthrough table.

[
  "tabular-tooltip-show"
]

drillthrough.handlers.mouseleave

The actions that will be evaluated when a "mouseleave" event is fired on a Drillthrough table.

[
  "hide-tooltip"
]

drillthrough.handlers.mousemove

The actions that will be evaluated when a "mousemove" event is fired on a Drillthrough table.

[]

drillthrough.handlers.mouseout

The actions that will be evaluated when a "mouseout" event is fired on a Drillthrough table.

[]

drillthrough.handlers.mouseover

The actions that will be evaluated when a "mouseover" event is fired on a Drillthrough table.

[]

drillthrough.handlers.mouseup

The actions that will be evaluated when a "mouseup" event is fired on a Drillthrough table.

[]

drillthrough.handlers.scroll

The actions that will be evaluated when a "scroll" event is fired on a Drillthrough table.

[]

drillthrough.handlers.select

The actions that will be evaluated when a "select" event is fired on a Drillthrough table.

[]

drillthrough.handlers.touchcancel

The actions that will be evaluated when a "touchcancel" event is fired on a Drillthrough table.

[]

drillthrough.handlers.touchend

The actions that will be evaluated when a "touchend" event is fired on a Drillthrough table.

[]

drillthrough.handlers.touchmove

The actions that will be evaluated when a "touchmove" event is fired on a Drillthrough table.

[]

drillthrough.handlers.touchstart

The actions that will be evaluated when a "touchstart" event is fired on a Drillthrough table.

[]

drillthrough.handlers.wheel

The actions that will be evaluated when a "wheel" event is fired on a Drillthrough table.

[]

drillthrough.quickActions

The actions available through shortcuts on the dock head of a Drillthrough table widget.

[
  "update-query-mode",
  "full-size"
]

drillthrough.showResetButton

Whether a button to reset a widget's query to the default query is shown when the original query is canceled or returns an error.

true

drillthrough.showWizard

Whether the Drillthrough table wizard is shown.

false

enforceViewModeOnReadonlyBookmark

Will force View Mode when a bookmark on which the user has no write permission is loaded. Will also throw an error if an API call tries to force Edit Mode in such circumstances.

false

explicit-filter-table.handlers

explicit-filter-table.handlers.blur

The actions that will be evaluated when a "blur" event is fired on a Explicit Filter Table.

[]

explicit-filter-table.handlers.click

The actions that will be evaluated when a "click" event is fired on a Explicit Filter Table.

[]

explicit-filter-table.handlers.contextmenu

The actions that will be evaluated when a "contextmenu" event is fired on a Explicit Filter Table.

[
  {
    "args": {
      "direction": "ASC"
    },
    "key": "tabular-sort"
  },
  {
    "args": {
      "direction": "DESC"
    },
    "key": "tabular-sort"
  },
  "open-drillthrough",
  "separator",
  {
    "args": {
      "caption": {
        "textPath": "tabular.contextMenu.actOnCalculatedMeasure"
      },
      "iconSrcKey": "other.fx",
      "menuItems": [
        {
          "key": "edit-calculated-measure"
        },
        {
          "key": "publish-calculated-measure"
        }
      ]
    },
    "key": "sub-menu"
  },
  "conditional-formatting",
  "separator",
  "tabular-freeze-header",
  "tabular-show-tree-column",
  "tabular-remove-header",
  "separator",
  "refresh-query",
  {
    "args": {
      "caption": {
        "textPath": "tabular.contextMenu.updateMode.change"
      },
      "iconSrcKey": "docks.queryRate",
      "menuItems": [
        {
          "args": {
            "modes": [
              "realTime"
            ]
          },
          "key": "update-query-mode"
        },
        {
          "args": {
            "modes": [
              "refresh-periodically"
            ],
            "refreshInterval": 10
          },
          "key": "update-query-mode"
        },
        {
          "args": {
            "modes": [
              "once"
            ]
          },
          "key": "update-query-mode"
        }
      ]
    },
    "key": "sub-menu"
  }
]

explicit-filter-table.handlers.dblclick

The actions that will be evaluated when a "dblclick" event is fired on a Explicit Filter Table.

[]

explicit-filter-table.handlers.drag

The actions that will be evaluated when a "drag" event is fired on a Explicit Filter Table.

[]

explicit-filter-table.handlers.dragend

The actions that will be evaluated when a "dragend" event is fired on a Explicit Filter Table.

[]

explicit-filter-table.handlers.dragenter

The actions that will be evaluated when a "dragenter" event is fired on a Explicit Filter Table.

[]

explicit-filter-table.handlers.dragleave

The actions that will be evaluated when a "dragleave" event is fired on a Explicit Filter Table.

[]

explicit-filter-table.handlers.dragover

The actions that will be evaluated when a "dragover" event is fired on a Explicit Filter Table.

[]

explicit-filter-table.handlers.dragstart

The actions that will be evaluated when a "dragstart" event is fired on a Explicit Filter Table.

[]

explicit-filter-table.handlers.drop

The actions that will be evaluated when a "drop" event is fired on a Explicit Filter Table.

[]

explicit-filter-table.handlers.focus

The actions that will be evaluated when a "focus" event is fired on a Explicit Filter Table.

[]

explicit-filter-table.handlers.keydown

The actions that will be evaluated when a "keydown" event is fired on a Explicit Filter Table.

[]

explicit-filter-table.handlers.keypress

The actions that will be evaluated when a "keypress" event is fired on a Explicit Filter Table.

[]

explicit-filter-table.handlers.keyup

The actions that will be evaluated when a "keyup" event is fired on a Explicit Filter Table.

[]

explicit-filter-table.handlers.mousedown

The actions that will be evaluated when a "mousedown" event is fired on a Explicit Filter Table.

[]

explicit-filter-table.handlers.mouseenter

The actions that will be evaluated when a "mouseenter" event is fired on a Explicit Filter Table.

[
  "tabular-tooltip-show"
]

explicit-filter-table.handlers.mouseleave

The actions that will be evaluated when a "mouseleave" event is fired on a Explicit Filter Table.

[
  "hide-tooltip"
]

explicit-filter-table.handlers.mousemove

The actions that will be evaluated when a "mousemove" event is fired on a Explicit Filter Table.

[]

explicit-filter-table.handlers.mouseout

The actions that will be evaluated when a "mouseout" event is fired on a Explicit Filter Table.

[]

explicit-filter-table.handlers.mouseover

The actions that will be evaluated when a "mouseover" event is fired on a Explicit Filter Table.

[]

explicit-filter-table.handlers.mouseup

The actions that will be evaluated when a "mouseup" event is fired on a Explicit Filter Table.

[]

explicit-filter-table.handlers.scroll

The actions that will be evaluated when a "scroll" event is fired on a Explicit Filter Table.

[]

explicit-filter-table.handlers.select

The actions that will be evaluated when a "select" event is fired on a Explicit Filter Table.

[]

explicit-filter-table.handlers.touchcancel

The actions that will be evaluated when a "touchcancel" event is fired on a Explicit Filter Table.

[]

explicit-filter-table.handlers.touchend

The actions that will be evaluated when a "touchend" event is fired on a Explicit Filter Table.

[]

explicit-filter-table.handlers.touchmove

The actions that will be evaluated when a "touchmove" event is fired on a Explicit Filter Table.

[]

explicit-filter-table.handlers.touchstart

The actions that will be evaluated when a "touchstart" event is fired on a Explicit Filter Table.

[]

explicit-filter-table.handlers.wheel

The actions that will be evaluated when a "wheel" event is fired on a Explicit Filter Table.

[]

featured-values

featured-values.actions

The actions available in the dock menu of a Featured values widget.

[
  "toggle-dock-title-bar",
  "save",
  "save-as",
  "share",
  "separator",
  "remove-dock"
]

featured-values.handlers

featured-values.handlers.blur

The actions that will be evaluated when a "blur" event is fired on a Featured values.

[]

featured-values.handlers.click

The actions that will be evaluated when a "click" event is fired on a Featured values.

[]

featured-values.handlers.contextmenu

The actions that will be evaluated when a "contextmenu" event is fired on a Featured values.

[
  "conditional-formatting",
  "separator",
  "refresh-query",
  {
    "args": {
      "caption": {
        "textPath": "tabular.contextMenu.updateMode.change"
      },
      "iconSrcKey": "docks.queryRate",
      "menuItems": [
        {
          "args": {
            "modes": [
              "realTime"
            ]
          },
          "key": "update-query-mode"
        },
        {
          "args": {
            "modes": [
              "refresh-periodically"
            ],
            "refreshInterval": 10
          },
          "key": "update-query-mode"
        },
        {
          "args": {
            "modes": [
              "once"
            ]
          },
          "key": "update-query-mode"
        }
      ]
    },
    "key": "sub-menu"
  },
  "separator",
  "copy-table",
  "widget-csv-export"
]

featured-values.handlers.dblclick

The actions that will be evaluated when a "dblclick" event is fired on a Featured values.

[]

featured-values.handlers.drag

The actions that will be evaluated when a "drag" event is fired on a Featured values.

[]

featured-values.handlers.dragend

The actions that will be evaluated when a "dragend" event is fired on a Featured values.

[]

featured-values.handlers.dragenter

The actions that will be evaluated when a "dragenter" event is fired on a Featured values.

[]

featured-values.handlers.dragleave

The actions that will be evaluated when a "dragleave" event is fired on a Featured values.

[]

featured-values.handlers.dragover

The actions that will be evaluated when a "dragover" event is fired on a Featured values.

[]

featured-values.handlers.dragstart

The actions that will be evaluated when a "dragstart" event is fired on a Featured values.

[]

featured-values.handlers.drop

The actions that will be evaluated when a "drop" event is fired on a Featured values.

[]

featured-values.handlers.focus

The actions that will be evaluated when a "focus" event is fired on a Featured values.

[]

featured-values.handlers.keydown

The actions that will be evaluated when a "keydown" event is fired on a Featured values.

[]

featured-values.handlers.keypress

The actions that will be evaluated when a "keypress" event is fired on a Featured values.

[]

featured-values.handlers.keyup

The actions that will be evaluated when a "keyup" event is fired on a Featured values.

[]

featured-values.handlers.mousedown

The actions that will be evaluated when a "mousedown" event is fired on a Featured values.

[]

featured-values.handlers.mouseenter

The actions that will be evaluated when a "mouseenter" event is fired on a Featured values.

[
  "featured-values-tooltip-show"
]

featured-values.handlers.mouseleave

The actions that will be evaluated when a "mouseleave" event is fired on a Featured values.

[
  "hide-tooltip"
]

featured-values.handlers.mousemove

The actions that will be evaluated when a "mousemove" event is fired on a Featured values.

[]

featured-values.handlers.mouseout

The actions that will be evaluated when a "mouseout" event is fired on a Featured values.

[]

featured-values.handlers.mouseover

The actions that will be evaluated when a "mouseover" event is fired on a Featured values.

[]

featured-values.handlers.mouseup

The actions that will be evaluated when a "mouseup" event is fired on a Featured values.

[]

featured-values.handlers.scroll

The actions that will be evaluated when a "scroll" event is fired on a Featured values.

[]

featured-values.handlers.select

The actions that will be evaluated when a "select" event is fired on a Featured values.

[]

featured-values.handlers.touchcancel

The actions that will be evaluated when a "touchcancel" event is fired on a Featured values.

[]

featured-values.handlers.touchend

The actions that will be evaluated when a "touchend" event is fired on a Featured values.

[]

featured-values.handlers.touchmove

The actions that will be evaluated when a "touchmove" event is fired on a Featured values.

[]

featured-values.handlers.touchstart

The actions that will be evaluated when a "touchstart" event is fired on a Featured values.

[]

featured-values.handlers.wheel

The actions that will be evaluated when a "wheel" event is fired on a Featured values.

[]

featured-values.quickActions

The actions available through shortcuts on the dock head of a Featured values widget.

[
  "update-query-mode"
]

featured-values.showResetButton

Whether a button to reset a widget's query to the default query is shown when a query is canceled or returns an error.

true

featured-values.showWizard

Whether the Featured values wizard is shown.

false

filtering

filtering.hierarchyToDisplayPath.<hierarchy_uniquename>

Filter tiles in the content editor only display the member name by default. If you would like to show the full path of a member from a hierarchy on a filter tile, you can set this value to true for that hierarchy.

false

filtering.hierarchyToFilterType

filtering.hierarchyToFilterType.<hierarchy_uniquename>

Assigns a default filter type for <hierarchy_uniquename>. It will be used to display the associated GUI when creating a new filter on that hierarchy.

undefined

filtering.hierarchyToFilterType.Epoch.Epoch

Even though the Epoch hierarchy is of type TIME we use the member selection type for performance reasons.

explicit

filters

filters.actions

The actions available in the dock menu of a Page filters widget.

[
  "toggle-dock-title-bar",
  "separator",
  "remove-dock"
]

filters.quickActions

The actions available through shortcuts on the dock head of a Page filters widget.

[]

global

global.locale

Name of the locale to use.

en-US

global.logger

Name of the logger to use. Possible values are: debug, errors, noop, verbose and warnings.

warnings

global.theme

Serialized representation of the theme plugin to use.

light-activeviam

http

http.actions

The actions available in the dock menu of a Web page widget.

[
  "full-size",
  "separator",
  "toggle-dock-title-bar",
  "save",
  "save-as",
  "separator",
  "remove-dock"
]

http.quickActions

The actions available through shortcuts on the dock head of a Web page widget.

[]

mdx-editor

mdx-editor.actions

The actions available in the dock menu of a MDX Editor widget.

[
  "toggle-dock-title-bar",
  "separator",
  "remove-dock"
]

mdx-editor.quickActions

The actions available through shortcuts on the dock head of a MDX Editor widget.

[
  "full-size"
]

memberSelection

memberSelection.chunkSize

Determine how many elements are fetched on the list of members in the member picker component. -1 to disable and fetch all the existing members

10000

memberSelection.smartFiltering

memberSelection.smartFiltering.<hierarchy_uniquename>

Use this setting to enable or disabled smartfiltering for specific hierarchies. This can be changed by setting memberSelection.smartFiltering.[your_dimension].[your_hierarchy] to true or false

true

memberSelection.smartFiltering.Epoch.Epoch

Smart filtering is disabled on Epoch by default. This can be overriden by setting memberSelection.smartFiltering.[Epoch].[Epoch] to true

false

memberSelection.smartFiltering

Determine if smart filtering should be applied when fetching the list of members in the member picker or quick filter components. This can be overridden for specific hierarchies by providing a setting on the content server for a hierarchy such as memberSelection.smartFiltering.[your_dimension].[your_hierarchy]: false. NOTE: Ensure that your hierarchy unique name is quoted. (In brackets such as [your_dimension].[your_hierarchy]).

true

memberSelection.smartFiltering.forceOptimization

Optimized Members Search is not used on ActivePivot versions 5.7.7 or lower by Default. If this setting is true, the optimized search will be forced. Requires set up of FilteredCaption ActivePivot function -> requires to backport the "MEMBER-CAPTION-SEARCH" post processor.

false

memberSelection.smartFiltering.ignoreFromContext.<hierarchy_uniquename>

If you would like to have specific hierarchies ignored from the context of subsequent filters you can set memberSelection.smartFiltering.ignoreFromContext.[your_dimension].[your_hierarchy] to true. NOTE: Ensure that your hierarchy unique name is quoted. (In brackets such as [your_dimension].[your_hierarchy]).

There are several use cases where smart filtering may be disabled or ignored from the context of subsequent filters. For example, you have the following three filters: Fx (hierarchy X), Fy (hierarchy Y), Fz (hierarchy Z).

Use Case A: It may take time to load the filter popup for Fy if, for instance Y is [Epoch].[Epoch], or Y is an analaysis hierarchy and the count is null for all members. We can disable smart filtering on Y. Now when you open the filter popup on Fy, you will see all members of Y regardles of Fx.

Use Case B: Y might be an analysis hierarchy and the count is null for all members so we've already disabled smart filtering on Y. But now, when we open the filter popup on Fz, we see no members: indeed Z is smart filtered so it will take into account Fx and Fy. Since the count is null for the selected members of Fy, the smart filtered query for Fz won't return anything. Therefore, we also want to ignore Fy from the context of the smart filtered query for Fz. Now when you open the filter popup on Fz, you will see a smart-filtered list of members for Fz that is independent from Fy.

false

memberSelection.smartFiltering.includeSlicingHierarchy.<hierarchy_uniquename>

By default, smart filtering only uses inherited filters to check for the non emptiness of members. To check the non emptiness of members on specific slices, use this setting with the desired slicing hierarchy unique name from the underlying MDX query. This is required if some of your data exists only in certain slices. This can be done by setting memberSelection.smartFiltering.includeSlicingHierarchy.[your_dimension].[your_hierarchy] to true. NOTE: Ensure that your hierarchy unique name is quoted. (In brackets such as [your_dimension].[your_hierarchy]). NOTE: this will negatively affect the performance of smart filtering.

false

memberSelection.smartFiltering.nonEmptyMeasure

Default measure used when calculating NONEMPTY MDX functions while smart filtering

[Measures].[contributors.COUNT]

parameter-list

parameter-list.actions

The actions available in the dock menu of a Parameter list widget.

[
  "toggle-dock-title-bar",
  "save",
  "save-as",
  "share",
  "separator",
  "remove-dock"
]

parameter-list.handlers

parameter-list.handlers.blur

The actions that will be evaluated when a "blur" event is fired on a Parameter list.

[]

parameter-list.handlers.click

The actions that will be evaluated when a "click" event is fired on a Parameter list.

[]

parameter-list.handlers.contextmenu

The actions that will be evaluated when a "contextmenu" event is fired on a Parameter list.

[
  {
    "args": {
      "direction": "ASC"
    },
    "key": "tabular-sort"
  },
  {
    "args": {
      "direction": "DESC"
    },
    "key": "tabular-sort"
  },
  {
    "key": "tabular-clear-sort"
  },
  "delete-pointvalues",
  "separator",
  "tabular-header-style",
  "tabular-freeze-header",
  "tabular-remove-header",
  "separator",
  "copy-table",
  "widget-csv-export"
]

parameter-list.handlers.dblclick

The actions that will be evaluated when a "dblclick" event is fired on a Parameter list.

[
  "tabular-edit-cell",
  "tabular-edit-header"
]

parameter-list.handlers.drag

The actions that will be evaluated when a "drag" event is fired on a Parameter list.

[]

parameter-list.handlers.dragend

The actions that will be evaluated when a "dragend" event is fired on a Parameter list.

[]

parameter-list.handlers.dragenter

The actions that will be evaluated when a "dragenter" event is fired on a Parameter list.

[]

parameter-list.handlers.dragleave

The actions that will be evaluated when a "dragleave" event is fired on a Parameter list.

[]

parameter-list.handlers.dragover

The actions that will be evaluated when a "dragover" event is fired on a Parameter list.

[]

parameter-list.handlers.dragstart

The actions that will be evaluated when a "dragstart" event is fired on a Parameter list.

[]

parameter-list.handlers.drop

The actions that will be evaluated when a "drop" event is fired on a Parameter list.

[]

parameter-list.handlers.focus

The actions that will be evaluated when a "focus" event is fired on a Parameter list.

[]

parameter-list.handlers.keydown

The actions that will be evaluated when a "keydown" event is fired on a Parameter list.

[]

parameter-list.handlers.keypress

The actions that will be evaluated when a "keypress" event is fired on a Parameter list.

[]

parameter-list.handlers.keyup

The actions that will be evaluated when a "keyup" event is fired on a Parameter list.

[]

parameter-list.handlers.mousedown

The actions that will be evaluated when a "mousedown" event is fired on a Parameter list.

[]

parameter-list.handlers.mouseenter

The actions that will be evaluated when a "mouseenter" event is fired on a Parameter list.

[
  "tabular-tooltip-show"
]

parameter-list.handlers.mouseleave

The actions that will be evaluated when a "mouseleave" event is fired on a Parameter list.

[
  "hide-tooltip"
]

parameter-list.handlers.mousemove

The actions that will be evaluated when a "mousemove" event is fired on a Parameter list.

[]

parameter-list.handlers.mouseout

The actions that will be evaluated when a "mouseout" event is fired on a Parameter list.

[]

parameter-list.handlers.mouseover

The actions that will be evaluated when a "mouseover" event is fired on a Parameter list.

[]

parameter-list.handlers.mouseup

The actions that will be evaluated when a "mouseup" event is fired on a Parameter list.

[]

parameter-list.handlers.scroll

The actions that will be evaluated when a "scroll" event is fired on a Parameter list.

[]

parameter-list.handlers.select

The actions that will be evaluated when a "select" event is fired on a Parameter list.

[]

parameter-list.handlers.touchcancel

The actions that will be evaluated when a "touchcancel" event is fired on a Parameter list.

[]

parameter-list.handlers.touchend

The actions that will be evaluated when a "touchend" event is fired on a Parameter list.

[]

parameter-list.handlers.touchmove

The actions that will be evaluated when a "touchmove" event is fired on a Parameter list.

[]

parameter-list.handlers.touchstart

The actions that will be evaluated when a "touchstart" event is fired on a Parameter list.

[]

parameter-list.handlers.wheel

The actions that will be evaluated when a "wheel" event is fired on a Parameter list.

[]

parameter-list.quickActions

The actions available through shortcuts on the dock head of a Parameter list widget.

[
  "full-size"
]

pivot-table

pivot-table.actions

The actions available in the dock menu of a Pivot table widget.

[
  "toggle-dock-title-bar",
  "save",
  "save-as",
  "share",
  "separator",
  "remove-dock"
]

pivot-table.handlers

pivot-table.handlers.blur

The actions that will be evaluated when a "blur" event is fired on a Pivot table.

[]

pivot-table.handlers.click

The actions that will be evaluated when a "click" event is fired on a Pivot table.

[]

pivot-table.handlers.contextmenu

The actions that will be evaluated when a "contextmenu" event is fired on a Pivot table.

[
  {
    "args": {
      "direction": "ASC"
    },
    "key": "tabular-sort"
  },
  {
    "args": {
      "direction": "DESC"
    },
    "key": "tabular-sort"
  },
  {
    "key": "tabular-clear-sort"
  },
  {
    "args": {
      "caption": {
        "textPath": "presentations.contextMenu.filter"
      },
      "iconSrcKey": "tree.icon.filters",
      "menuItems": [
        {
          "args": {
            "scope": "only-current-widget"
          },
          "key": "member-filter"
        },
        {
          "args": {
            "scope": "all"
          },
          "key": "member-filter"
        },
        {
          "args": {
            "scope": "only-siblings"
          },
          "key": "member-filter"
        }
      ]
    },
    "key": "sub-menu"
  },
  "tabular-column-difference",
  {
    "args": {
      "caption": {
        "textPath": "tabular.contextMenu.expansionSubMenu"
      },
      "iconSrcKey": "menuItem.icon.expand",
      "menuItems": [
        "tabular-expand-level",
        "tabular-collapse-level",
        {
          "args": {
            "mode": "remember"
          },
          "key": "tabular-remember-expansion-order"
        },
        {
          "args": {
            "mode": "forget"
          },
          "key": "tabular-remember-expansion-order"
        }
      ]
    },
    "key": "sub-menu"
  },
  "open-drillthrough",
  "separator",
  {
    "args": {
      "caption": {
        "textPath": "tabular.contextMenu.actOnCalculatedMeasure"
      },
      "iconSrcKey": "other.fx",
      "menuItems": [
        {
          "key": "edit-calculated-measure"
        },
        {
          "key": "publish-calculated-measure"
        }
      ]
    },
    "key": "sub-menu"
  },
  "conditional-formatting",
  "edit-kpi",
  "watch-measure",
  "separator",
  "pivot-table-toggle-grand-total",
  "pivot-table-toggle-subtotals",
  "tabular-header-style",
  "tabular-freeze-header",
  "tabular-show-tree-column",
  "tabular-show-sparklines",
  "tabular-sparkline-add-colors",
  "tabular-remove-header",
  "separator",
  "refresh-query",
  {
    "args": {
      "caption": {
        "textPath": "tabular.contextMenu.updateMode.change"
      },
      "iconSrcKey": "docks.queryRate",
      "menuItems": [
        {
          "args": {
            "modes": [
              "realTime"
            ]
          },
          "key": "update-query-mode"
        },
        {
          "args": {
            "modes": [
              "refresh-periodically"
            ],
            "refreshInterval": 10
          },
          "key": "update-query-mode"
        },
        {
          "args": {
            "modes": [
              "once"
            ]
          },
          "key": "update-query-mode"
        }
      ]
    },
    "key": "sub-menu"
  },
  "separator",
  "copy-table",
  "widget-csv-export"
]

pivot-table.handlers.dblclick

The actions that will be evaluated when a "dblclick" event is fired on a Pivot table.

[
  "tabular-edit-cell",
  "tabular-edit-header"
]

pivot-table.handlers.drag

The actions that will be evaluated when a "drag" event is fired on a Pivot table.

[]

pivot-table.handlers.dragend

The actions that will be evaluated when a "dragend" event is fired on a Pivot table.

[]

pivot-table.handlers.dragenter

The actions that will be evaluated when a "dragenter" event is fired on a Pivot table.

[]

pivot-table.handlers.dragleave

The actions that will be evaluated when a "dragleave" event is fired on a Pivot table.

[]

pivot-table.handlers.dragover

The actions that will be evaluated when a "dragover" event is fired on a Pivot table.

[]

pivot-table.handlers.dragstart

The actions that will be evaluated when a "dragstart" event is fired on a Pivot table.

[]

pivot-table.handlers.drop

The actions that will be evaluated when a "drop" event is fired on a Pivot table.

[]

pivot-table.handlers.focus

The actions that will be evaluated when a "focus" event is fired on a Pivot table.

[]

pivot-table.handlers.keydown

The actions that will be evaluated when a "keydown" event is fired on a Pivot table.

[]

pivot-table.handlers.keypress

The actions that will be evaluated when a "keypress" event is fired on a Pivot table.

[]

pivot-table.handlers.keyup

The actions that will be evaluated when a "keyup" event is fired on a Pivot table.

[]

pivot-table.handlers.mousedown

The actions that will be evaluated when a "mousedown" event is fired on a Pivot table.

[]

pivot-table.handlers.mouseenter

The actions that will be evaluated when a "mouseenter" event is fired on a Pivot table.

[
  "tabular-tooltip-show"
]

pivot-table.handlers.mouseleave

The actions that will be evaluated when a "mouseleave" event is fired on a Pivot table.

[
  "hide-tooltip"
]

pivot-table.handlers.mousemove

The actions that will be evaluated when a "mousemove" event is fired on a Pivot table.

[]

pivot-table.handlers.mouseout

The actions that will be evaluated when a "mouseout" event is fired on a Pivot table.

[]

pivot-table.handlers.mouseover

The actions that will be evaluated when a "mouseover" event is fired on a Pivot table.

[]

pivot-table.handlers.mouseup

The actions that will be evaluated when a "mouseup" event is fired on a Pivot table.

[]

pivot-table.handlers.scroll

The actions that will be evaluated when a "scroll" event is fired on a Pivot table.

[]

pivot-table.handlers.select

The actions that will be evaluated when a "select" event is fired on a Pivot table.

[]

pivot-table.handlers.touchcancel

The actions that will be evaluated when a "touchcancel" event is fired on a Pivot table.

[]

pivot-table.handlers.touchend

The actions that will be evaluated when a "touchend" event is fired on a Pivot table.

[]

pivot-table.handlers.touchmove

The actions that will be evaluated when a "touchmove" event is fired on a Pivot table.

[]

pivot-table.handlers.touchstart

The actions that will be evaluated when a "touchstart" event is fired on a Pivot table.

[]

pivot-table.handlers.wheel

The actions that will be evaluated when a "wheel" event is fired on a Pivot table.

[]

pivot-table.hideEditFilterButton

Whether the Edit Filter icon button is hidden in Pivot table headers.

false

pivot-table.quickActions

The actions available through shortcuts on the dock head of a Pivot table widget.

[
  "update-query-mode",
  "full-size"
]

pivot-table.showResetButton

Whether a button to reset a widget's query to the default query is shown when a query is canceled or returns an error.

true

pivot-table.showWizard

Whether the Pivot table wizard is shown.

false

placeholder.handlers.click

The serialized actions that will be executed when clicking on a widget's placeholder.

[]

popups.sizes

popups.sizes.activemonitor-alert-list

The initial size of the alert list popup

{
  "height": 500,
  "width": 500
}

popups.sizes.activemonitor-message-list

The initial size of the message list popup

{
  "height": 500,
  "width": 500
}

popups.sizes.mdx-editor

The initial size of the query editor popup

{
  "height": 400,
  "width": 400
}

popups.sizes.rules-viewer

The initial size of the rules viewer popup

{
  "height": 600,
  "width": 600
}

queries.defaultUpdateMode

Default update mode for new queries: "once" to only execute the query once, "realTime" to enable real-time.

once

quick-filter

quick-filter.actions

The actions available in the dock menu of a Page quick filter widget.

[
  {
    "args": {
      "caption": {
        "textPath": "quickFilter.displayAs"
      },
      "iconSrcKey": "button.view",
      "menuItems": [
        {
          "args": {
            "displayedAsSelect": true,
            "multipleSelection": true
          },
          "key": "change-explicit-quick-filter-display-mode"
        },
        {
          "args": {
            "displayedAsSelect": true,
            "multipleSelection": false
          },
          "key": "change-explicit-quick-filter-display-mode"
        },
        {
          "args": {
            "displayedAsSelect": false,
            "multipleSelection": true
          },
          "key": "change-explicit-quick-filter-display-mode"
        },
        {
          "args": {
            "displayedAsSelect": false,
            "multipleSelection": false
          },
          "key": "change-explicit-quick-filter-display-mode"
        }
      ]
    },
    "key": "sub-menu"
  },
  "toggle-dock-title-bar",
  "save",
  "save-as",
  "share",
  "separator",
  "remove-dock"
]

quick-filter.quickActions

The actions available through shortcuts on the dock head of a Page quick filter widget.

[]

rich-text-editor

rich-text-editor.actions

The actions available in the dock menu of a Text editor widget.

[
  "toggle-text-editing",
  "full-size",
  "separator",
  "toggle-dock-title-bar",
  "save",
  "save-as",
  "share",
  "separator",
  "remove-dock"
]

rich-text-editor.quickActions

The actions available through shortcuts on the dock head of a Text editor widget.

[]

rules-editor

rules-editor.actions

The actions available in the dock menu of a Rules editor widget.

[
  "full-size",
  "separator",
  "toggle-dock-title-bar",
  "save",
  "save-as",
  "share",
  "separator",
  "remove-dock"
]

rules-editor.handlers

rules-editor.handlers.blur

The actions that will be evaluated when a "blur" event is fired on a Rules editor.

[]

rules-editor.handlers.click

The actions that will be evaluated when a "click" event is fired on a Rules editor.

[]

rules-editor.handlers.contextmenu

The actions that will be evaluated when a "contextmenu" event is fired on a Rules editor.

[
  {
    "args": {
      "direction": "ASC"
    },
    "key": "tabular-sort"
  },
  {
    "args": {
      "direction": "DESC"
    },
    "key": "tabular-sort"
  },
  "separator",
  "tabular-header-style",
  "tabular-freeze-header",
  "tabular-remove-header",
  "separator",
  "copy-table",
  "widget-csv-export"
]

rules-editor.handlers.dblclick

The actions that will be evaluated when a "dblclick" event is fired on a Rules editor.

[
  "tabular-edit-cell",
  "tabular-edit-header"
]

rules-editor.handlers.drag

The actions that will be evaluated when a "drag" event is fired on a Rules editor.

[]

rules-editor.handlers.dragend

The actions that will be evaluated when a "dragend" event is fired on a Rules editor.

[]

rules-editor.handlers.dragenter

The actions that will be evaluated when a "dragenter" event is fired on a Rules editor.

[]

rules-editor.handlers.dragleave

The actions that will be evaluated when a "dragleave" event is fired on a Rules editor.

[]

rules-editor.handlers.dragover

The actions that will be evaluated when a "dragover" event is fired on a Rules editor.

[]

rules-editor.handlers.dragstart

The actions that will be evaluated when a "dragstart" event is fired on a Rules editor.

[]

rules-editor.handlers.drop

The actions that will be evaluated when a "drop" event is fired on a Rules editor.

[]

rules-editor.handlers.focus

The actions that will be evaluated when a "focus" event is fired on a Rules editor.

[]

rules-editor.handlers.keydown

The actions that will be evaluated when a "keydown" event is fired on a Rules editor.

[]

rules-editor.handlers.keypress

The actions that will be evaluated when a "keypress" event is fired on a Rules editor.

[]

rules-editor.handlers.keyup

The actions that will be evaluated when a "keyup" event is fired on a Rules editor.

[]

rules-editor.handlers.mousedown

The actions that will be evaluated when a "mousedown" event is fired on a Rules editor.

[]

rules-editor.handlers.mouseenter

The actions that will be evaluated when a "mouseenter" event is fired on a Rules editor.

[
  "tabular-tooltip-show"
]

rules-editor.handlers.mouseleave

The actions that will be evaluated when a "mouseleave" event is fired on a Rules editor.

[
  "hide-tooltip"
]

rules-editor.handlers.mousemove

The actions that will be evaluated when a "mousemove" event is fired on a Rules editor.

[]

rules-editor.handlers.mouseout

The actions that will be evaluated when a "mouseout" event is fired on a Rules editor.

[]

rules-editor.handlers.mouseover

The actions that will be evaluated when a "mouseover" event is fired on a Rules editor.

[]

rules-editor.handlers.mouseup

The actions that will be evaluated when a "mouseup" event is fired on a Rules editor.

[]

rules-editor.handlers.scroll

The actions that will be evaluated when a "scroll" event is fired on a Rules editor.

[]

rules-editor.handlers.select

The actions that will be evaluated when a "select" event is fired on a Rules editor.

[]

rules-editor.handlers.touchcancel

The actions that will be evaluated when a "touchcancel" event is fired on a Rules editor.

[]

rules-editor.handlers.touchend

The actions that will be evaluated when a "touchend" event is fired on a Rules editor.

[]

rules-editor.handlers.touchmove

The actions that will be evaluated when a "touchmove" event is fired on a Rules editor.

[]

rules-editor.handlers.touchstart

The actions that will be evaluated when a "touchstart" event is fired on a Rules editor.

[]

rules-editor.handlers.wheel

The actions that will be evaluated when a "wheel" event is fired on a Rules editor.

[]

rules-editor.quickActions

The actions available through shortcuts on the dock head of a Rules editor widget.

[]

rules-viewer.handlers

rules-viewer.handlers.blur

The actions that will be evaluated when a "blur" event is fired on a Rules Viewer.

[]

rules-viewer.handlers.click

The actions that will be evaluated when a "click" event is fired on a Rules Viewer.

[]

rules-viewer.handlers.contextmenu

The actions that will be evaluated when a "contextmenu" event is fired on a Rules Viewer.

[
  {
    "args": {
      "direction": "ASC"
    },
    "key": "tabular-sort"
  },
  {
    "args": {
      "direction": "DESC"
    },
    "key": "tabular-sort"
  },
  "tabular-collapse-level",
  "tabular-expand-level",
  "open-drillthrough",
  "separator",
  "tabular-header-style",
  "tabular-freeze-header",
  "tabular-show-tree-column",
  "tabular-remove-header",
  "separator",
  "copy-table",
  "widget-csv-export"
]

rules-viewer.handlers.dblclick

The actions that will be evaluated when a "dblclick" event is fired on a Rules Viewer.

[
  "tabular-edit-cell",
  "tabular-edit-header"
]

rules-viewer.handlers.drag

The actions that will be evaluated when a "drag" event is fired on a Rules Viewer.

[]

rules-viewer.handlers.dragend

The actions that will be evaluated when a "dragend" event is fired on a Rules Viewer.

[]

rules-viewer.handlers.dragenter

The actions that will be evaluated when a "dragenter" event is fired on a Rules Viewer.

[]

rules-viewer.handlers.dragleave

The actions that will be evaluated when a "dragleave" event is fired on a Rules Viewer.

[]

rules-viewer.handlers.dragover

The actions that will be evaluated when a "dragover" event is fired on a Rules Viewer.

[]

rules-viewer.handlers.dragstart

The actions that will be evaluated when a "dragstart" event is fired on a Rules Viewer.

[]

rules-viewer.handlers.drop

The actions that will be evaluated when a "drop" event is fired on a Rules Viewer.

[]

rules-viewer.handlers.focus

The actions that will be evaluated when a "focus" event is fired on a Rules Viewer.

[]

rules-viewer.handlers.keydown

The actions that will be evaluated when a "keydown" event is fired on a Rules Viewer.

[]

rules-viewer.handlers.keypress

The actions that will be evaluated when a "keypress" event is fired on a Rules Viewer.

[]

rules-viewer.handlers.keyup

The actions that will be evaluated when a "keyup" event is fired on a Rules Viewer.

[]

rules-viewer.handlers.mousedown

The actions that will be evaluated when a "mousedown" event is fired on a Rules Viewer.

[]

rules-viewer.handlers.mouseenter

The actions that will be evaluated when a "mouseenter" event is fired on a Rules Viewer.

[
  "tabular-tooltip-show"
]

rules-viewer.handlers.mouseleave

The actions that will be evaluated when a "mouseleave" event is fired on a Rules Viewer.

[
  "hide-tooltip"
]

rules-viewer.handlers.mousemove

The actions that will be evaluated when a "mousemove" event is fired on a Rules Viewer.

[]

rules-viewer.handlers.mouseout

The actions that will be evaluated when a "mouseout" event is fired on a Rules Viewer.

[]

rules-viewer.handlers.mouseover

The actions that will be evaluated when a "mouseover" event is fired on a Rules Viewer.

[]

rules-viewer.handlers.mouseup

The actions that will be evaluated when a "mouseup" event is fired on a Rules Viewer.

[]

rules-viewer.handlers.scroll

The actions that will be evaluated when a "scroll" event is fired on a Rules Viewer.

[]

rules-viewer.handlers.select

The actions that will be evaluated when a "select" event is fired on a Rules Viewer.

[]

rules-viewer.handlers.touchcancel

The actions that will be evaluated when a "touchcancel" event is fired on a Rules Viewer.

[]

rules-viewer.handlers.touchend

The actions that will be evaluated when a "touchend" event is fired on a Rules Viewer.

[]

rules-viewer.handlers.touchmove

The actions that will be evaluated when a "touchmove" event is fired on a Rules Viewer.

[]

rules-viewer.handlers.touchstart

The actions that will be evaluated when a "touchstart" event is fired on a Rules Viewer.

[]

rules-viewer.handlers.wheel

The actions that will be evaluated when a "wheel" event is fired on a Rules Viewer.

[]

security.minutesOfInactivityBeforeLogout

Current user will be automatically logged out of the application when staying inactive during more than the specified amount of minutes. Use -1 to disable automatic logout.

-1

servers

servers

An array of additional servers to add to the GUI. Used to persist the result of "Add Server" popup. Example: [{"pivot": {"url": "XXX", "name": "AAA"}, "content": {"url": "YYY", "name": "BBB"}]

undefined

servers.alias

A mapping url -> server alias. Used to give a friendly name to servers in the GUI rather than displaying the server url.

undefined

showLegacyCharts

Whether legacy charts can be created from the UI.

false

showLegacyMaps

Whether legacy maps can be created from the UI.

false

state-editor

state-editor.actions

The actions available in the dock menu of a State Editor widget.

[
  "toggle-dock-title-bar",
  "separator",
  "remove-dock"
]

state-editor.quickActions

The actions available through shortcuts on the dock head of a State Editor widget.

[
  "full-size"
]

static-tabular-view

static-tabular-view.actions

The actions available in the dock menu of a Static Tabular View widget.

[
  "toggle-dock-title-bar",
  "save",
  "save-as",
  "share",
  "separator",
  "remove-dock"
]

static-tabular-view.handlers

static-tabular-view.handlers.blur

The actions that will be evaluated when a "blur" event is fired on a Static Tabular View.

[]

static-tabular-view.handlers.click

The actions that will be evaluated when a "click" event is fired on a Static Tabular View.

[]

static-tabular-view.handlers.contextmenu

The actions that will be evaluated when a "contextmenu" event is fired on a Static Tabular View.

[
  {
    "args": {
      "direction": "ASC"
    },
    "key": "tabular-sort"
  },
  {
    "args": {
      "direction": "DESC"
    },
    "key": "tabular-sort"
  },
  "separator",
  "tabular-header-style",
  "tabular-freeze-header",
  "tabular-remove-header",
  "separator",
  "copy-table",
  "widget-csv-export"
]

static-tabular-view.handlers.dblclick

The actions that will be evaluated when a "dblclick" event is fired on a Static Tabular View.

[
  "tabular-edit-cell",
  "tabular-edit-header"
]

static-tabular-view.handlers.drag

The actions that will be evaluated when a "drag" event is fired on a Static Tabular View.

[]

static-tabular-view.handlers.dragend

The actions that will be evaluated when a "dragend" event is fired on a Static Tabular View.

[]

static-tabular-view.handlers.dragenter

The actions that will be evaluated when a "dragenter" event is fired on a Static Tabular View.

[]

static-tabular-view.handlers.dragleave

The actions that will be evaluated when a "dragleave" event is fired on a Static Tabular View.

[]

static-tabular-view.handlers.dragover

The actions that will be evaluated when a "dragover" event is fired on a Static Tabular View.

[]

static-tabular-view.handlers.dragstart

The actions that will be evaluated when a "dragstart" event is fired on a Static Tabular View.

[]

static-tabular-view.handlers.drop

The actions that will be evaluated when a "drop" event is fired on a Static Tabular View.

[]

static-tabular-view.handlers.focus

The actions that will be evaluated when a "focus" event is fired on a Static Tabular View.

[]

static-tabular-view.handlers.keydown

The actions that will be evaluated when a "keydown" event is fired on a Static Tabular View.

[]

static-tabular-view.handlers.keypress

The actions that will be evaluated when a "keypress" event is fired on a Static Tabular View.

[]

static-tabular-view.handlers.keyup

The actions that will be evaluated when a "keyup" event is fired on a Static Tabular View.

[]

static-tabular-view.handlers.mousedown

The actions that will be evaluated when a "mousedown" event is fired on a Static Tabular View.

[]

static-tabular-view.handlers.mouseenter

The actions that will be evaluated when a "mouseenter" event is fired on a Static Tabular View.

[
  "tabular-tooltip-show"
]

static-tabular-view.handlers.mouseleave

The actions that will be evaluated when a "mouseleave" event is fired on a Static Tabular View.

[
  "hide-tooltip"
]

static-tabular-view.handlers.mousemove

The actions that will be evaluated when a "mousemove" event is fired on a Static Tabular View.

[]

static-tabular-view.handlers.mouseout

The actions that will be evaluated when a "mouseout" event is fired on a Static Tabular View.

[]

static-tabular-view.handlers.mouseover

The actions that will be evaluated when a "mouseover" event is fired on a Static Tabular View.

[]

static-tabular-view.handlers.mouseup

The actions that will be evaluated when a "mouseup" event is fired on a Static Tabular View.

[]

static-tabular-view.handlers.scroll

The actions that will be evaluated when a "scroll" event is fired on a Static Tabular View.

[]

static-tabular-view.handlers.select

The actions that will be evaluated when a "select" event is fired on a Static Tabular View.

[]

static-tabular-view.handlers.touchcancel

The actions that will be evaluated when a "touchcancel" event is fired on a Static Tabular View.

[]

static-tabular-view.handlers.touchend

The actions that will be evaluated when a "touchend" event is fired on a Static Tabular View.

[]

static-tabular-view.handlers.touchmove

The actions that will be evaluated when a "touchmove" event is fired on a Static Tabular View.

[]

static-tabular-view.handlers.touchstart

The actions that will be evaluated when a "touchstart" event is fired on a Static Tabular View.

[]

static-tabular-view.handlers.wheel

The actions that will be evaluated when a "wheel" event is fired on a Static Tabular View.

[]

static-tabular-view.quickActions

The actions available through shortcuts on the dock head of a Static Tabular View widget.

[
  "full-size"
]

tabular-view

tabular-view.actions

The actions available in the dock menu of a Tabular view widget.

[
  "toggle-dock-title-bar",
  "save",
  "save-as",
  "share",
  "separator",
  "remove-dock"
]

tabular-view.handlers

tabular-view.handlers.blur

The actions that will be evaluated when a "blur" event is fired on a Tabular view.

[]

tabular-view.handlers.click

The actions that will be evaluated when a "click" event is fired on a Tabular view.

[]

tabular-view.handlers.contextmenu

The actions that will be evaluated when a "contextmenu" event is fired on a Tabular view.

[
  {
    "args": {
      "direction": "ASC"
    },
    "key": "tabular-sort"
  },
  {
    "args": {
      "direction": "DESC"
    },
    "key": "tabular-sort"
  },
  {
    "key": "tabular-clear-sort"
  },
  {
    "args": {
      "caption": {
        "textPath": "presentations.contextMenu.filter"
      },
      "iconSrcKey": "tree.icon.filters",
      "menuItems": [
        {
          "args": {
            "scope": "only-current-widget"
          },
          "key": "member-filter"
        },
        {
          "args": {
            "scope": "all"
          },
          "key": "member-filter"
        },
        {
          "args": {
            "scope": "only-siblings"
          },
          "key": "member-filter"
        }
      ]
    },
    "key": "sub-menu"
  },
  "tabular-column-difference",
  "tabular-collapse-level",
  "tabular-expand-level",
  "open-drillthrough",
  "separator",
  {
    "args": {
      "caption": {
        "textPath": "tabular.contextMenu.actOnCalculatedMeasure"
      },
      "iconSrcKey": "other.fx",
      "menuItems": [
        {
          "key": "edit-calculated-measure"
        },
        {
          "key": "publish-calculated-measure"
        }
      ]
    },
    "key": "sub-menu"
  },
  "conditional-formatting",
  "edit-kpi",
  "watch-measure",
  "separator",
  "tabular-header-style",
  "tabular-freeze-header",
  "tabular-show-sparklines",
  "tabular-sparkline-add-colors",
  "tabular-remove-header",
  "separator",
  "refresh-query",
  {
    "args": {
      "caption": {
        "textPath": "tabular.contextMenu.updateMode.change"
      },
      "iconSrcKey": "docks.queryRate",
      "menuItems": [
        {
          "args": {
            "modes": [
              "realTime"
            ]
          },
          "key": "update-query-mode"
        },
        {
          "args": {
            "modes": [
              "refresh-periodically"
            ],
            "refreshInterval": 10
          },
          "key": "update-query-mode"
        },
        {
          "args": {
            "modes": [
              "once"
            ]
          },
          "key": "update-query-mode"
        }
      ]
    },
    "key": "sub-menu"
  },
  "separator",
  "copy-table",
  "widget-csv-export"
]

tabular-view.handlers.dblclick

The actions that will be evaluated when a "dblclick" event is fired on a Tabular view.

[
  "tabular-edit-cell",
  "tabular-edit-header"
]

tabular-view.handlers.drag

The actions that will be evaluated when a "drag" event is fired on a Tabular view.

[]

tabular-view.handlers.dragend

The actions that will be evaluated when a "dragend" event is fired on a Tabular view.

[]

tabular-view.handlers.dragenter

The actions that will be evaluated when a "dragenter" event is fired on a Tabular view.

[]

tabular-view.handlers.dragleave

The actions that will be evaluated when a "dragleave" event is fired on a Tabular view.

[]

tabular-view.handlers.dragover

The actions that will be evaluated when a "dragover" event is fired on a Tabular view.

[]

tabular-view.handlers.dragstart

The actions that will be evaluated when a "dragstart" event is fired on a Tabular view.

[]

tabular-view.handlers.drop

The actions that will be evaluated when a "drop" event is fired on a Tabular view.

[]

tabular-view.handlers.focus

The actions that will be evaluated when a "focus" event is fired on a Tabular view.

[]

tabular-view.handlers.keydown

The actions that will be evaluated when a "keydown" event is fired on a Tabular view.

[]

tabular-view.handlers.keypress

The actions that will be evaluated when a "keypress" event is fired on a Tabular view.

[]

tabular-view.handlers.keyup

The actions that will be evaluated when a "keyup" event is fired on a Tabular view.

[]

tabular-view.handlers.mousedown

The actions that will be evaluated when a "mousedown" event is fired on a Tabular view.

[]

tabular-view.handlers.mouseenter

The actions that will be evaluated when a "mouseenter" event is fired on a Tabular view.

[
  "tabular-tooltip-show"
]

tabular-view.handlers.mouseleave

The actions that will be evaluated when a "mouseleave" event is fired on a Tabular view.

[
  "hide-tooltip"
]

tabular-view.handlers.mousemove

The actions that will be evaluated when a "mousemove" event is fired on a Tabular view.

[]

tabular-view.handlers.mouseout

The actions that will be evaluated when a "mouseout" event is fired on a Tabular view.

[]

tabular-view.handlers.mouseover

The actions that will be evaluated when a "mouseover" event is fired on a Tabular view.

[]

tabular-view.handlers.mouseup

The actions that will be evaluated when a "mouseup" event is fired on a Tabular view.

[]

tabular-view.handlers.scroll

The actions that will be evaluated when a "scroll" event is fired on a Tabular view.

[]

tabular-view.handlers.select

The actions that will be evaluated when a "select" event is fired on a Tabular view.

[]

tabular-view.handlers.touchcancel

The actions that will be evaluated when a "touchcancel" event is fired on a Tabular view.

[]

tabular-view.handlers.touchend

The actions that will be evaluated when a "touchend" event is fired on a Tabular view.

[]

tabular-view.handlers.touchmove

The actions that will be evaluated when a "touchmove" event is fired on a Tabular view.

[]

tabular-view.handlers.touchstart

The actions that will be evaluated when a "touchstart" event is fired on a Tabular view.

[]

tabular-view.handlers.wheel

The actions that will be evaluated when a "wheel" event is fired on a Tabular view.

[]

tabular-view.hideEditFilterButton

Whether the Edit Filter icon button is hidden in Tabular view headers.

false

tabular-view.quickActions

The actions available through shortcuts on the dock head of a Tabular view widget.

[
  "update-query-mode",
  "full-size"
]

tabular-view.showResetButton

Whether a button to reset a widget's query to the default query is shown when a query is canceled or returns an error.

true

tabular-view.showWizard

Whether the Tabular view wizard is shown.

false

tree.search.maxResults

Maximum number of search results to display when using flat search

15

user

user.contextValues

Mapping cube -> context values to associate to a specific user or role. These context values will be applied in the queries of all connected widgets in any bookmark that the user opens. Example: `{"cubeA": {"mdx.casesensitive": true}}

{}

user.filters

Mapping cube -> array of MDX filters to associate to a specific user or role. These filters will be applied in the queries of all connected widgets in any bookmark that the user opens. Example: `{"cubeA": ['[Booking].[Desk].[ALL].[AllMember].[DeskA]']}

{}

widgets

widgets.Calendar.initialMonth

Determine whether the calendar opens up with the current month, or the first or last month in the data. Accepted values are: 'firstMonthWithData', 'currentMonth', 'lastMonthWithData', 'firstMonthInSelectionOrWithData'.

firstMonthInSelectionOrWithData

widgets.CubeFormulaEditor.permissionsSelector.defaultReader

The default value for the “reader” permission when the user publishes a calculated measure to the server. When the value is not set, the default is to make the calculated measure private to the current user.

undefined

widgets.QuickFilter

widgets.QuickFilter.maxMemberSearchResults

During a remote search, the maximum number of members retrieved from the server and displayed in the UI.

20

widgets.QuickFilter.maxMembersCount

Maximum number of members retrieved from the server and displayed in the UI.

200

widgets.Tabular

widgets.Tabular.drillthrough.selectedColumns

Default selected columns for drillthrough

{}

widgets.Tabular.parameterEditionRefreshTimeout

Default duration at the end of which a paused tabular widget is refreshed after editing a parameter. Does not apply to real-time or periodically refreshed tabular widgets

3000

widgets.Tabular.searchSeparators

A [url -> cube -> hierarchy -> search separator] mapping, which defines the separator values to use when searching for multiple members.

{}
← PluginsContent Server Setup →
  • activemonitor-alert-list
    • activemonitor-alert-list.actions
    • activemonitor-alert-list.handlers
    • activemonitor-alert-list.quickActions
  • activemonitor-messages
    • activemonitor-messages.actions
    • activemonitor-messages.handlers
    • activemonitor-messages.quickActions
  • activemonitor-monitor-list
    • activemonitor-monitor-list.actions
    • activemonitor-monitor-list.handlers
    • activemonitor-monitor-list.quickActions
  • activemonitor-monitor-view
    • activemonitor-monitor-view.actions
    • activemonitor-monitor-view.handlers
    • activemonitor-monitor-view.quickActions
  • activemonitor-single-alert.handlers
    • activemonitor-single-alert.handlers.blur
    • activemonitor-single-alert.handlers.click
    • activemonitor-single-alert.handlers.contextmenu
    • activemonitor-single-alert.handlers.dblclick
    • activemonitor-single-alert.handlers.drag
    • activemonitor-single-alert.handlers.dragend
    • activemonitor-single-alert.handlers.dragenter
    • activemonitor-single-alert.handlers.dragleave
    • activemonitor-single-alert.handlers.dragover
    • activemonitor-single-alert.handlers.dragstart
    • activemonitor-single-alert.handlers.drop
    • activemonitor-single-alert.handlers.focus
    • activemonitor-single-alert.handlers.keydown
    • activemonitor-single-alert.handlers.keypress
    • activemonitor-single-alert.handlers.keyup
    • activemonitor-single-alert.handlers.mousedown
    • activemonitor-single-alert.handlers.mouseenter
    • activemonitor-single-alert.handlers.mouseleave
    • activemonitor-single-alert.handlers.mousemove
    • activemonitor-single-alert.handlers.mouseout
    • activemonitor-single-alert.handlers.mouseover
    • activemonitor-single-alert.handlers.mouseup
    • activemonitor-single-alert.handlers.scroll
    • activemonitor-single-alert.handlers.select
    • activemonitor-single-alert.handlers.touchcancel
    • activemonitor-single-alert.handlers.touchend
    • activemonitor-single-alert.handlers.touchmove
    • activemonitor-single-alert.handlers.touchstart
    • activemonitor-single-alert.handlers.wheel
  • application
    • application.defaultDisplayMode
    • application.home
  • bookmark-tree
    • bookmark-tree.actions
    • bookmark-tree.handlers
    • bookmark-tree.quickActions
  • bookmarks
    • bookmarks.favorites
    • bookmarks.saveOrDiscardChangesOnClose
  • chart
    • chart.actions
    • chart.colorway
    • chart.handlers
    • chart.ordinal-color-scale
    • chart.quickActions
    • chart.showResetButton
    • chart.showWizard
    • chart.subplotLimits
  • content-editor
    • content-editor.actions
    • content-editor.quickActions
  • context-values
    • context-values.actions
    • context-values.quickActions
  • dashboard
    • dashboard.actions
    • dashboard.quickActions
  • data.export.csv
    • data.export.csv.maximumCellsToExport
    • data.export.csv.separator
    • data.export.csv.separators
    • data.export.csv.tupleSeparator
    • data.export.csv.useHeaderCaption
    • data.export.csv.useNumericalCellCaption
    • data.export.csv.useOrdinalCellCaption
  • defaultPermissions
  • discovery-tree
    • discovery-tree.actions
    • discovery-tree.handlers
    • discovery-tree.quickActions
  • drillthrough
    • drillthrough.actions
    • drillthrough.handlers
    • drillthrough.quickActions
    • drillthrough.showResetButton
    • drillthrough.showWizard
  • enforceViewModeOnReadonlyBookmark
  • explicit-filter-table.handlers
    • explicit-filter-table.handlers.blur
    • explicit-filter-table.handlers.click
    • explicit-filter-table.handlers.contextmenu
    • explicit-filter-table.handlers.dblclick
    • explicit-filter-table.handlers.drag
    • explicit-filter-table.handlers.dragend
    • explicit-filter-table.handlers.dragenter
    • explicit-filter-table.handlers.dragleave
    • explicit-filter-table.handlers.dragover
    • explicit-filter-table.handlers.dragstart
    • explicit-filter-table.handlers.drop
    • explicit-filter-table.handlers.focus
    • explicit-filter-table.handlers.keydown
    • explicit-filter-table.handlers.keypress
    • explicit-filter-table.handlers.keyup
    • explicit-filter-table.handlers.mousedown
    • explicit-filter-table.handlers.mouseenter
    • explicit-filter-table.handlers.mouseleave
    • explicit-filter-table.handlers.mousemove
    • explicit-filter-table.handlers.mouseout
    • explicit-filter-table.handlers.mouseover
    • explicit-filter-table.handlers.mouseup
    • explicit-filter-table.handlers.scroll
    • explicit-filter-table.handlers.select
    • explicit-filter-table.handlers.touchcancel
    • explicit-filter-table.handlers.touchend
    • explicit-filter-table.handlers.touchmove
    • explicit-filter-table.handlers.touchstart
    • explicit-filter-table.handlers.wheel
  • featured-values
    • featured-values.actions
    • featured-values.handlers
    • featured-values.quickActions
    • featured-values.showResetButton
    • featured-values.showWizard
  • filtering
    • filtering.hierarchyToDisplayPath.<hierarchy_uniquename>
    • filtering.hierarchyToFilterType
  • filters
    • filters.actions
    • filters.quickActions
  • global
    • global.locale
    • global.logger
    • global.theme
  • http
    • http.actions
    • http.quickActions
  • mdx-editor
    • mdx-editor.actions
    • mdx-editor.quickActions
  • memberSelection
    • memberSelection.chunkSize
    • memberSelection.smartFiltering
  • parameter-list
    • parameter-list.actions
    • parameter-list.handlers
    • parameter-list.quickActions
  • pivot-table
    • pivot-table.actions
    • pivot-table.handlers
    • pivot-table.hideEditFilterButton
    • pivot-table.quickActions
    • pivot-table.showResetButton
    • pivot-table.showWizard
  • placeholder.handlers.click
  • popups.sizes
    • popups.sizes.activemonitor-alert-list
    • popups.sizes.activemonitor-message-list
    • popups.sizes.mdx-editor
    • popups.sizes.rules-viewer
  • queries.defaultUpdateMode
  • quick-filter
    • quick-filter.actions
    • quick-filter.quickActions
  • rich-text-editor
    • rich-text-editor.actions
    • rich-text-editor.quickActions
  • rules-editor
    • rules-editor.actions
    • rules-editor.handlers
    • rules-editor.quickActions
  • rules-viewer.handlers
    • rules-viewer.handlers.blur
    • rules-viewer.handlers.click
    • rules-viewer.handlers.contextmenu
    • rules-viewer.handlers.dblclick
    • rules-viewer.handlers.drag
    • rules-viewer.handlers.dragend
    • rules-viewer.handlers.dragenter
    • rules-viewer.handlers.dragleave
    • rules-viewer.handlers.dragover
    • rules-viewer.handlers.dragstart
    • rules-viewer.handlers.drop
    • rules-viewer.handlers.focus
    • rules-viewer.handlers.keydown
    • rules-viewer.handlers.keypress
    • rules-viewer.handlers.keyup
    • rules-viewer.handlers.mousedown
    • rules-viewer.handlers.mouseenter
    • rules-viewer.handlers.mouseleave
    • rules-viewer.handlers.mousemove
    • rules-viewer.handlers.mouseout
    • rules-viewer.handlers.mouseover
    • rules-viewer.handlers.mouseup
    • rules-viewer.handlers.scroll
    • rules-viewer.handlers.select
    • rules-viewer.handlers.touchcancel
    • rules-viewer.handlers.touchend
    • rules-viewer.handlers.touchmove
    • rules-viewer.handlers.touchstart
    • rules-viewer.handlers.wheel
  • security.minutesOfInactivityBeforeLogout
  • servers
    • servers
    • servers.alias
  • showLegacyCharts
  • showLegacyMaps
  • state-editor
    • state-editor.actions
    • state-editor.quickActions
  • static-tabular-view
    • static-tabular-view.actions
    • static-tabular-view.handlers
    • static-tabular-view.quickActions
  • tabular-view
    • tabular-view.actions
    • tabular-view.handlers
    • tabular-view.hideEditFilterButton
    • tabular-view.quickActions
    • tabular-view.showResetButton
    • tabular-view.showWizard
  • tree.search.maxResults
  • user
    • user.contextValues
    • user.filters
  • widgets
    • widgets.Calendar.initialMonth
    • widgets.CubeFormulaEditor.permissionsSelector.defaultReader
    • widgets.QuickFilter
    • widgets.Tabular
Copyright © 2020 ActiveViam