Home > @activeviam/activeui-sdk > UnknownCompoundIdentifierNode
UnknownCompoundIdentifierNode interface
A CompoundIdentifierNode representing an unknown identifier.
Signature:
export interface UnknownCompoundIdentifierNode
Properties
Property | Type | Description |
---|---|---|
elementType | 'CompoundIdentifier' | |
identifiers | IdentifierNode[] | |
type | 'unknown' |
Remarks
This type is used for any compound identifier node whose type cannot be identified. This is particularly the case for any member but measures when not providing a discovery to the parser. It does apply to members when the dimension is not referenced by the discovery but not to members where the hierarchy is unknown.