Represents one element of a multi-part axis expression.

interface AxisPart {
    displayName: string;
    expression: string;
}

Properties

displayName: string

Gets the display name of this part.

expression: string

Gets the expression of this part.