IASTNodeLocationSvg interface
An AST node location SVG interface.
Signature:
export interface IASTNodeLocationSvg extends IASTNodeLocation
Extends: IASTNodeLocation
Methods
Method | Description |
---|---|
setCursorSvg(cursorSvg) | Add the cursor SVG to this node's SVG group. |
setMarkerSvg(markerSvg) | Add the marker SVG to this node's SVG group. |