sesaparcours
    Preparing search index...
    interface IASTNodeLocationSvg {
        setCursorSvg(cursorSvg: SVGElement): void;
        setMarkerSvg(markerSvg: SVGElement): void;
    }

    Hierarchy (View Summary)

    Implemented by

    Index

    Methods

    • Add the cursor SVG to this node's SVG group.

      Parameters

      • cursorSvg: SVGElement

        The SVG root of the cursor to be added to the SVG group.

      Returns void

    • Add the marker SVG to this node's SVG group.

      Parameters

      • markerSvg: SVGElement

        The SVG root of the marker to be added to the SVG group.

      Returns void