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

    Type Alias HighlightState

    HighlightState:
        | {
            empty: true;
            type: "trace";
            traceType?: TraceType;
            audio: AudioEmptyState;
        }
        | { empty: false; elements: SVGElement
        | SVGElement[] }

    Highlight state for visual emphasis of current plot elements.