@tempots/dom
OnDispose() function
Creates a renderable function that will be called when the component is unmounted.
Signature:
OnDispose: (...fns: DisposeCallback[]) => Renderable
Parameters
Parameter |
Type |
Description |
---|---|---|
fns |
The function(s) to be called when the component is unmounted. |
Returns: Renderable
A renderable function that takes a DOMContext and returns a function that takes a boolean indicating whether to remove the tree.