@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

DisposeCallback[]

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.