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
Property | Type | Description |
---|---|---|
isParseable | (a: Mdx) => boolean | |
parseExpression | (expression: Mdx, discovery?: Discovery, context?: { cubeName?: CubeName; }) => MdxNode | |
toString | (node: MdxNode, options?: MdxPrinterOptions) => Mdx |