onUnmount
onUnmount(
symbolOrId):void
Defined in: svg-symbols.ts:100
Should be called whenever component is unmounted
Parameters
Section titled “Parameters”symbolOrId
Section titled “symbolOrId”Symbol or ID of a symbol. If nullish value is provided, won’t do anything.
string | SVGSymbolElement | null | undefined
Returns
Section titled “Returns”void