Type Alias: SVGDrawingHelper
SVGDrawingHelper:
object
Type declaration
appendNode()
appendNode: (
svgNode
,cacheKey
) =>void
Parameters
• svgNode: SVGElement
• cacheKey: string
Returns
void
clearUntouched()
clearUntouched: () =>
void
Returns
void
getSvgNode()
getSvgNode: (
cacheKey
) =>SVGGElement
|undefined
Parameters
• cacheKey: string
Returns
SVGGElement
| undefined
setNodeTouched()
setNodeTouched: (
cacheKey
) =>void
Parameters
• cacheKey: string
Returns
void
svgLayerElement
svgLayerElement:
HTMLDivElement
svgNodeCacheForCanvas
svgNodeCacheForCanvas:
Record
<string
,unknown
>