Home > @activeviam/activeui-sdk > IdentifierNode
IdentifierNode interface
An MdxNode representing an identifier – the name of a hierarchy, level, measure, KPI, etc. For example, this could represent the MDX Geography
or [Geography]
. A CompoundIdentifierNode is made of these separated by dots.
Signature:
export interface IdentifierNode
Properties
Property | Type | Description |
---|---|---|
elementType | 'Identifier' | |
quoting | Quoting | |
value | string |