Interface: ObserverConfig
Defined in: src/types/index.ts:31
Configuration for a registered IntersectionObserver.
Properties
autoUnobserve
autoUnobserve:
boolean
Defined in: src/types/index.ts:34
callback
callback:
ObserverCallback
Defined in: src/types/index.ts:32
options
options:
IntersectionObserverInit
Defined in: src/types/index.ts:33