Interface: ObserverEntry
Defined in: src/types/index.ts:38
Internal registry entry storing an observer instance and its tracked targets.
Properties
config
config:
ObserverConfig
Defined in: src/types/index.ts:39
observer
observer:
IntersectionObserver|null
Defined in: src/types/index.ts:40
targets
targets:
Set<HTMLElement>
Defined in: src/types/index.ts:41