onerom-wasm
    Preparing search index...

    Interface HeaderColumnInfo

    One column of the jumper header

    interface HeaderColumnInfo {
        col: number;
        row1: string[];
        row2: string[];
        row3: string[] | undefined;
    }
    Index
    col: number

    Absolute column position, 1-based from the board's left edge

    row1: string[]

    Top-row pad: role tokens (e.g. [\"sel_c\",\"swclk\"]) or [\"np\"]/[\"nc\"]

    row2: string[]

    Bottom-row pad

    row3: string[] | undefined

    Optional third-row pad (X pins), present only where one exists