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 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

  • SDK API
  • Default Widget Configurations
  • 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 Alert List widget.

[
  "full-size",
  "save",
  "save-as",
  "clear-dock",
  "toggle-dock-title-bar",
  "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 Alert List.

[]

activemonitor-alert-list.handlers.click

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

[
  "open-alert"
]

activemonitor-alert-list.handlers.contextmenu

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

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

activemonitor-alert-list.handlers.dblclick

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

[
  "tabular-edit-header"
]

activemonitor-alert-list.handlers.drag

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

[]

activemonitor-alert-list.handlers.dragend

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

[]

activemonitor-alert-list.handlers.dragenter

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

[]

activemonitor-alert-list.handlers.dragleave

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

[]

activemonitor-alert-list.handlers.dragover

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

[]

activemonitor-alert-list.handlers.dragstart

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

[]

activemonitor-alert-list.handlers.drop

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

[]

activemonitor-alert-list.handlers.focus

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

[]

activemonitor-alert-list.handlers.keydown

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

[]

activemonitor-alert-list.handlers.keypress

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

[]

activemonitor-alert-list.handlers.keyup

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

[]

activemonitor-alert-list.handlers.mousedown

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

[]

activemonitor-alert-list.handlers.mouseenter

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

[]

activemonitor-alert-list.handlers.mouseleave

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

[]

activemonitor-alert-list.handlers.mousemove

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

[]

activemonitor-alert-list.handlers.mouseout

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

[]

activemonitor-alert-list.handlers.mouseover

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

[]

activemonitor-alert-list.handlers.mouseup

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

[]

activemonitor-alert-list.handlers.scroll

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

[]

activemonitor-alert-list.handlers.select

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

[]

activemonitor-alert-list.handlers.touchcancel

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

[]

activemonitor-alert-list.handlers.touchend

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

[]

activemonitor-alert-list.handlers.touchmove

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

[]

activemonitor-alert-list.handlers.touchstart

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

[]

activemonitor-alert-list.handlers.wheel

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

[]

activemonitor-alert-list.quickActions

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

[]

activemonitor-messages

activemonitor-messages.actions

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

[
  "full-size",
  "save",
  "save-as",
  "clear-dock",
  "toggle-dock-title-bar",
  "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.

[
  "tabular-header-style",
  "tabular-remove-header",
  "tabular-freeze-header",
  {
    "args": {
      "direction": "ASC"
    },
    "key": "tabular-sort"
  },
  {
    "args": {
      "direction": "DESC"
    },
    "key": "tabular-sort"
  },
  "separator",
  "debug-widget-state",
  "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",
  "save",
  "save-as",
  "clear-dock",
  "toggle-dock-title-bar",
  "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",
  "debug-widget-state",
  "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",
  "save",
  "save-as",
  "clear-dock",
  "toggle-dock-title-bar",
  "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.

[
  {
    "key": "tabular-clear-sort"
  },
  {
    "args": {
      "direction": "ASC"
    },
    "key": "tabular-sort"
  },
  {
    "args": {
      "direction": "DESC"
    },
    "key": "tabular-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-header-style",
  "conditional-formatting",
  "tabular-freeze-header",
  {
    "args": {
      "caption": {
        "textPath": "tabular.contextMenu.actOnCalculatedMeasure"
      },
      "iconSrcKey": "other.fx",
      "menuItems": [
        {
          "key": "edit-calculated-measure"
        },
        {
          "key": "publish-calculated-measure"
        }
      ]
    },
    "key": "sub-menu"
  },
  "tabular-show-sparklines",
  "tabular-sparkline-add-colors",
  "edit-kpi",
  "watch-measure",
  "tabular-collapse-level",
  "tabular-expand-level",
  "open-drillthrough",
  "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"
  },
  "query-editor",
  "debug-widget-state",
  "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

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.

[]

bookmark-tree

bookmark-tree.actions

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

[
  "add-server",
  "clear-dock",
  "toggle-dock-title-bar",
  "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 undefined.

[
  "load-bookmark"
]

bookmark-tree.handlers.contextmenu

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

[
  "load-bookmark",
  "create-folder",
  "rename-server",
  "delete-server",
  "edit-bookmark",
  "delete-bookmark",
  "add-to-favorites",
  "separator",
  "debug-widget-state"
]

bookmark-tree.handlers.dblclick

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

[
  "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 undefined.

[
  "tree-tooltip-show"
]

bookmark-tree.handlers.mouseleave

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

[
  "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.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.

[
  "save",
  "save-as",
  "toggle-filters",
  "clear-dock",
  "toggle-dock-title-bar",
  "remove-dock"
]

chart.handlers

chart.handlers.blur

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

[]

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",
  {
    "isPublic": true,
    "key": "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"
  },
  "chart-show-data",
  "query-editor",
  "debug-widget-state",
  "copy-table",
  "widget-csv-export",
  "chart-png-export"
]

chart.handlers.dblclick

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

[]

chart.handlers.drag

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

[]

chart.handlers.dragend

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

[]

chart.handlers.dragenter

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

[]

chart.handlers.dragleave

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

[]

chart.handlers.dragover

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

[]

chart.handlers.dragstart

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

[]

chart.handlers.drop

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

[]

chart.handlers.focus

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

[]

chart.handlers.keydown

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

[]

chart.handlers.keypress

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

[]

chart.handlers.keyup

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

[]

chart.handlers.mousedown

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

[]

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.handlers.mousemove

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

[]

chart.handlers.mouseout

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

[]

chart.handlers.mouseover

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

[]

chart.handlers.mouseup

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

[]

chart.handlers.scroll

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

[]

chart.handlers.select

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

[]

chart.handlers.touchcancel

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

[]

chart.handlers.touchend

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

[]

chart.handlers.touchmove

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

[]

chart.handlers.touchstart

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

[]

chart.handlers.wheel

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

[]

chart.quickActions

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

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

context-values

context-values.actions

The actions available in the dock menu of a Context Values widget.

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

context-values.quickActions

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

[]

dashboard

dashboard.actions

The actions available in the dock menu of a Dashboard dashboard.

[
  "save",
  "save-as",
  "logout",
  "about",
  "toggle-dock-title-bar"
]

dashboard.quickActions

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

[
  "undo",
  "redo",
  "reset-to-default-view",
  "add-widget"
]

data

data.export

data.export.csv

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

defaultPermissions.owners

The default owners permission values when creating a Bookmark.

[]

defaultPermissions.readers

The default readers permission values when creating a Bookmark.

[]

discovery-tree

discovery-tree.actions

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

[
  "add-server",
  "clear-dock",
  "toggle-dock-title-bar",
  "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 undefined.

[
  "refresh-discovery",
  "rename-server",
  "delete-server",
  "create-kpi",
  "edit-kpi",
  "delete-kpi",
  "delete-calculated-measure",
  "separator",
  "debug-widget-state"
]

discovery-tree.handlers.dblclick

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

[
  "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 undefined.

[
  "tree-tooltip-show"
]

discovery-tree.handlers.mouseleave

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

[
  "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.

[
  "save",
  "save-as",
  "toggle-filters",
  "clear-dock",
  "toggle-dock-title-bar",
  "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.

[
  "tabular-header-style",
  "tabular-remove-header",
  "tabular-freeze-header",
  {
    "args": {
      "direction": "ASC"
    },
    "key": "tabular-sort"
  },
  {
    "args": {
      "direction": "DESC"
    },
    "key": "tabular-sort"
  },
  "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"
  },
  "query-editor",
  "debug-widget-state",
  "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"
]

explicit-filter-table

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.

[
  "tabular-remove-header",
  "tabular-freeze-header",
  {
    "args": {
      "direction": "ASC"
    },
    "key": "tabular-sort"
  },
  {
    "args": {
      "direction": "DESC"
    },
    "key": "tabular-sort"
  },
  "conditional-formatting",
  {
    "args": {
      "caption": {
        "textPath": "tabular.contextMenu.actOnCalculatedMeasure"
      },
      "iconSrcKey": "other.fx",
      "menuItems": [
        {
          "key": "edit-calculated-measure"
        },
        {
          "key": "publish-calculated-measure"
        }
      ]
    },
    "key": "sub-menu"
  },
  "tabular-show-tree-column",
  "open-drillthrough",
  "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"
  },
  "query-editor",
  "debug-widget-state"
]

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.

[
  "save",
  "save-as",
  "toggle-filters",
  "clear-dock",
  "toggle-dock-title-bar",
  "toggle-wizard",
  "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"
  },
  "query-editor",
  "debug-widget-state",
  "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"
]

filtering

filtering.hierarchyToFilterType

filtering.hierarchyToFilterType.Epoch

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 Filters widget.

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

filters.quickActions

The actions available through shortcuts on the dock head of a 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.

lean-light-cerulean

http

http.actions

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

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

http.quickActions

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

[]

mdx-editor

mdx-editor.actions

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

[
  "clear-dock",
  "toggle-dock-title-bar",
  "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

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.[CounterParty].[CounterParty]: false. If you would like to have specific hierarchies ignored from the context of subsequent filters, provide a setting on the content server for the hierarchy such as: memberSelection.smartFiltering.ignoreFromContext.[CounterParty].[CounterParty].

NOTE: Ensure that your hierarchy unique name is quoted. (In brackets such as [CounterParty].[CounterParty]).

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.

true

parameter-list

parameter-list.actions

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

[
  "save",
  "save-as",
  "toggle-filters",
  "clear-dock",
  "toggle-dock-title-bar",
  "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.

[
  {
    "key": "tabular-clear-sort"
  },
  {
    "args": {
      "direction": "ASC"
    },
    "key": "tabular-sort"
  },
  {
    "args": {
      "direction": "DESC"
    },
    "key": "tabular-sort"
  },
  "tabular-header-style",
  "tabular-freeze-header",
  "tabular-remove-header",
  "separator",
  "debug-widget-state",
  "delete-pointvalues",
  "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.

[
  "save",
  "save-as",
  "toggle-filters",
  "clear-dock",
  "toggle-dock-title-bar",
  "toggle-wizard",
  "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.

[
  {
    "key": "tabular-clear-sort"
  },
  {
    "args": {
      "direction": "ASC"
    },
    "key": "tabular-sort"
  },
  {
    "args": {
      "direction": "DESC"
    },
    "key": "tabular-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"
  },
  "pivot-table-toggle-grand-total",
  "pivot-table-toggle-subtotals",
  "tabular-header-style",
  "conditional-formatting",
  "tabular-freeze-header",
  {
    "args": {
      "caption": {
        "textPath": "tabular.contextMenu.actOnCalculatedMeasure"
      },
      "iconSrcKey": "other.fx",
      "menuItems": [
        {
          "key": "edit-calculated-measure"
        },
        {
          "key": "publish-calculated-measure"
        }
      ]
    },
    "key": "sub-menu"
  },
  "tabular-show-tree-column",
  "tabular-show-sparklines",
  "tabular-sparkline-add-colors",
  "edit-kpi",
  "watch-measure",
  {
    "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",
  "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"
  },
  "query-editor",
  "debug-widget-state",
  "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.quickActions

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

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

popups

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.drillthrough

The initial size of the drillthrough popup

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

popups.sizes.edit-filter

The initial size of the edit filter popup

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

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

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 Quick Filter widget.

[
  "save",
  "save-as",
  {
    "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"
  },
  "full-size",
  "clear-dock",
  "toggle-dock-title-bar",
  "remove-dock"
]

quick-filter.quickActions

The actions available through shortcuts on the dock head of a 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",
  "save",
  "save-as",
  "clear-dock",
  "toggle-dock-title-bar",
  "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",
  "save",
  "save-as",
  "clear-dock",
  "toggle-dock-title-bar",
  "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.

[
  "tabular-header-style",
  "tabular-remove-header",
  "tabular-freeze-header",
  {
    "args": {
      "direction": "ASC"
    },
    "key": "tabular-sort"
  },
  {
    "args": {
      "direction": "DESC"
    },
    "key": "tabular-sort"
  },
  "separator",
  "debug-widget-state",
  "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

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.

[
  "tabular-header-style",
  "tabular-remove-header",
  "tabular-freeze-header",
  {
    "args": {
      "direction": "ASC"
    },
    "key": "tabular-sort"
  },
  {
    "args": {
      "direction": "DESC"
    },
    "key": "tabular-sort"
  },
  "tabular-show-tree-column",
  "tabular-collapse-level",
  "tabular-expand-level",
  "open-drillthrough",
  "separator",
  {
    "args": {
      "readOnly": true
    },
    "key": "query-editor"
  },
  "debug-widget-state",
  "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

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

static-tabular-view

static-tabular-view.actions

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

[
  "save",
  "save-as",
  "clear-dock",
  "toggle-dock-title-bar",
  "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.

[
  "tabular-header-style",
  "tabular-remove-header",
  "tabular-freeze-header",
  {
    "args": {
      "direction": "ASC"
    },
    "key": "tabular-sort"
  },
  {
    "args": {
      "direction": "DESC"
    },
    "key": "tabular-sort"
  },
  "separator",
  "debug-widget-state",
  "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.

[
  "save",
  "save-as",
  "toggle-filters",
  "clear-dock",
  "toggle-dock-title-bar",
  "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.

[
  {
    "key": "tabular-clear-sort"
  },
  {
    "args": {
      "direction": "ASC"
    },
    "key": "tabular-sort"
  },
  {
    "args": {
      "direction": "DESC"
    },
    "key": "tabular-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-header-style",
  "tabular-column-difference",
  "conditional-formatting",
  "tabular-freeze-header",
  {
    "args": {
      "caption": {
        "textPath": "tabular.contextMenu.actOnCalculatedMeasure"
      },
      "iconSrcKey": "other.fx",
      "menuItems": [
        {
          "key": "edit-calculated-measure"
        },
        {
          "key": "publish-calculated-measure"
        }
      ]
    },
    "key": "sub-menu"
  },
  "tabular-show-sparklines",
  "tabular-sparkline-add-colors",
  "edit-kpi",
  "watch-measure",
  "tabular-collapse-level",
  "tabular-expand-level",
  "open-drillthrough",
  "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"
  },
  "query-editor",
  "debug-widget-state",
  "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.quickActions

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

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

tree

tree.search

tree.search.maxResults

Maximum number of search results to display when using flat search

15

widgets

widgets.ActiveMonitorSingleAlert

widgets.ActiveMonitorSingleAlert.openLocation

Decide where a new ActiveMonitor alert must be displayed. Accepted values are: popup (opens in a new Pop-Up), replaceOpener (replaces the element that triggered the location choice), below (opens below the source view), replacePrevious (opens at the location that was previously picked).

undefined

widgets.Calendar

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.Chart

widgets.Chart.showData

widgets.Chart.showData.openLocation

Decide where a new tabular view triggered from a chart must be displayed. Accepted values are: popup (opens in a new Pop-Up), replaceOpener (replaces the element that triggered the location choice), below (opens below the source view), replacePrevious (opens at the location that was previously picked).

undefined

widgets.CubeFormulaEditor

widgets.CubeFormulaEditor.permissionsSelector

widgets.CubeFormulaEditor.permissionsSelector.defaultReader

The default value for the “reader” permission when the user publishes a calculated measure to the server.

undefined

widgets.Drillthrough

widgets.Drillthrough.openLocation

Decide where a new drillthrough triggered from a Tabular View or PivotTable must be displayed. Accepted values are: popup (opens in a new Pop-Up), replaceOpener (replaces the element that triggered the location choice), below (opens below the source view), replacePrevious (opens at the location that was previously picked).

undefined

widgets.QuickFilter

widgets.QuickFilter.maxMembersCount

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

500

widgets.SingleMonitor

widgets.SingleMonitor.openLocation

Decide where a new ActiveMonitor monitor must be displayed. Accepted values are: popup (opens in a new Pop-Up), replaceOpener (replaces the element that triggered the location choice), below (opens below the source view), replacePrevious (opens at the location that was previously picked).

undefined

widgets.Tabular

widgets.Tabular.drillthrough

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

The separator values to use when searching for multiple members

{}

wizard

wizard.actions

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

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

wizard.quickActions

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

[]
← 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
    • activemonitor-single-alert.handlers
  • bookmark-tree
    • bookmark-tree.actions
    • bookmark-tree.handlers
    • bookmark-tree.quickActions
  • bookmarks
    • bookmarks.saveOrDiscardChangesOnClose
  • chart
    • chart.actions
    • chart.handlers
    • chart.quickActions
  • context-values
    • context-values.actions
    • context-values.quickActions
  • dashboard
    • dashboard.actions
    • dashboard.quickActions
  • data
    • data.export
  • defaultPermissions
    • defaultPermissions.owners
    • defaultPermissions.readers
  • discovery-tree
    • discovery-tree.actions
    • discovery-tree.handlers
    • discovery-tree.quickActions
  • drillthrough
    • drillthrough.actions
    • drillthrough.handlers
    • drillthrough.quickActions
  • explicit-filter-table
    • explicit-filter-table.handlers
  • featured-values
    • featured-values.actions
    • featured-values.handlers
    • featured-values.quickActions
  • filtering
    • 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.quickActions
  • popups
    • popups.sizes
  • queries
    • 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
    • rules-viewer.handlers
  • security
    • security.minutesOfInactivityBeforeLogout
  • 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.quickActions
  • tree
    • tree.search
  • widgets
    • widgets.ActiveMonitorSingleAlert
    • widgets.Calendar
    • widgets.Chart
    • widgets.CubeFormulaEditor
    • widgets.Drillthrough
    • widgets.QuickFilter
    • widgets.SingleMonitor
    • widgets.Tabular
  • wizard
    • wizard.actions
    • wizard.quickActions
Copyright © 2021 ActiveViam