torque-pro-assistant - v1.0.0
    Preparing search index...
    interface FilmstripProps {
        data: readonly SessionDataRow[];
        selectedPids: readonly string[];
        syncId?: string;
        testId?: string;
    }
    Index

    Properties

    data: readonly SessionDataRow[]
    selectedPids: readonly string[]
    syncId?: string

    Cross-chart cursor sync id. Filmstrip charts all share it so the hover position stays in lockstep down the stack.

    testId?: string