Remix
Remix
remix/ui · TypeView Source

RefCallback

Summary

Callback invoked with the bound node and a lifetime signal.

Signature

type RefCallback<node> = (node: node, signal: AbortSignal) => void;