interface TickRange {
    tickLowerIndex: number;
    tickUpperIndex: number;
}

Properties

tickLowerIndex: number
tickUpperIndex: number