Home > @activeviam/activeui-sdk > AxisNode
AxisNode interface
An MdxNode representing an axis such as ROWS or COLUMNS and its associated expression.
Signature:
export interface AxisNode
Properties
| Property | Type | Description |
|---|---|---|
| elementType | 'Axis' | |
| expression | ExpressionNode | |
| name | AxisName | |
| nonEmpty | boolean | |
| properties | MdxNode[] |