UseResizeObserverOptions
Defined in: src/hooks/useResizeObserver/useResizeObserver.ts:9
Properties
Section titled “Properties”enabled?
Section titled “enabled?”
optionalenabled?: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.
Default
Section titled “Default”true