SVG Graph Network API Documentation - v0.2.0
    Preparing search index...

    Interface SVGElements

    SVG element references used by renderer

    interface SVGElements {
        svg: SVGSVGElement;
        transformGroup: SVGGElement;
        linkGroup: SVGGElement;
        nodeGroup: SVGGElement;
        labelGroup: null | SVGGElement;
    }
    Index

    Properties

    svg: SVGSVGElement
    transformGroup: SVGGElement
    linkGroup: SVGGElement
    nodeGroup: SVGGElement
    labelGroup: null | SVGGElement