ActiveUI

ActiveUI

  • User Guide
  • Developer Documentation

Home > @activeviam/activeui-sdk > MdxParsingApi

MdxParsingApi interface

Responsible for the conversion between MDX strings (Mdx) and their equivalent trees of nodes (MdxNode).

Signature:

export interface MdxParsingApi 

Properties

PropertyTypeDescription
isParseable(a: Mdx) => boolean
parseExpression(expression: Mdx, discovery?: Discovery, context?: {
cubeName?: CubeName;
}) => MdxNode
toString(node: MdxNode, options?: MdxPrinterOptions) => Mdx
  • MdxParsingApi interface
  • Properties
Copyright © 2019 ActiveViam