Skip to main content

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>

Defined in

tools/src/types/SVGDrawingHelper.ts:1