Skip to content

onUnmount

onUnmount(symbolOrId): void

Defined in: svg-symbols.ts:100

Should be called whenever component is unmounted

Symbol or ID of a symbol. If nullish value is provided, won’t do anything.

string | SVGSymbolElement | null | undefined

void