Home > @activeviam/activeui-sdk > CompoundIdentifierNode
CompoundIdentifierNode type
The subset of MdxNodes that identify something using hierarchical dot notation, as in the MDX [Measures].[MyMeasure]
. Each segment is an IdentifierNode.
Signature:
export declare type CompoundIdentifierNode = UnknownCompoundIdentifierNode | DimensionCompoundIdentifierNode | HierarchyCompoundIdentifierNode | LevelCompoundIdentifierNode | MemberCompoundIdentifierNode | MeasureCompoundIdentifierNode | NamedSetCompoundIdentifierNode;