ActiveUI

ActiveUI

  • User Guide
  • Developer Documentation

Home > @activeviam/activeui-sdk > MdxNode

MdxNode type

The AST node representing an Mdx (MDX) string.

Signature:

export declare type MdxNode = ExpressionNode | AxisNode | FromClauseNode | FormulaNode | CreateStatementNode | DrillthroughStatementNode | DropStatementNode | MemberPropertyDefinitionNode | RefreshStatementNode | SelectNode | WhenClauseNode;

Remarks

The only property common to all nodes is elementType.

The MdxApi provides functions for creating and manipulating MdxNode objects.

MdxNodes should never be mutated.

  • MdxNode type
  • Remarks
Copyright © 2019 ActiveViam