Skip to content

⬅️ Back to Table of Contents

📄 useIntersectionObserver/directive

📊 Analysis Summary

Metric Count
📦 Imports 3
📑 Type Aliases 2

📚 Table of Contents

🛠️ File Location:

📂 packages/core/useIntersectionObserver/directive.ts

📦 Imports

Name Source
UseIntersectionObserverOptions @vueuse/core
useIntersectionObserver @vueuse/core
createDisposableDirective @vueuse/shared

Type Aliases

BindingValueFunction

type BindingValueFunction = IntersectionObserverCallback;

BindingValueArray

type BindingValueArray = [BindingValueFunction, UseIntersectionObserverOptions];

Generated by Syntax Scribe