MAIDR Documentation - v3.39.0
    Preparing search index...

    Interface CandlestickBrailleState

    Braille state for candlestick charts with OHLC values.

    interface CandlestickBrailleState {
        id: string;
        empty: false;
        row: number;
        col: number;
        custom?: string[];
        values: number[][];
        min: number;
        max: number;
    }

    Hierarchy

    • BaseBrailleState
      • CandlestickBrailleState
    Index

    Properties

    id: string
    empty: false
    row: number
    col: number
    custom?: string[]
    values: number[][]
    min: number
    max: number