Skip to content
Entangle UI v0.13.0

UseResizeObserverOptions

Defined in: src/hooks/useResizeObserver/useResizeObserver.ts:9

optional enabled?: boolean

Defined in: src/hooks/useResizeObserver/useResizeObserver.ts:15

When false, the observer is not attached. Toggling this from false to true (re-)attaches the observer; toggling back disconnects it.

true