@theredhead — Frontend Library - v1.0.0
    Preparing search index...

    Type Alias GaugeRenderOutput

    GaugeRenderOutput:
        | { element: SVGSVGElement; kind: "svg" }
        | { data: ImageData; kind: "imagedata" }

    Discriminated union representing a gauge strategy's render output.

    Strategies must return one of these variants and are not allowed to render directly to the DOM.