⬅️ Back to Table of Contents
📄 useElementBounding/directive
📊 Analysis Summary
| Metric |
Count |
| 📦 Imports |
5 |
| 🟢 Vue Composition API |
1 |
| 📑 Type Aliases |
3 |
📚 Table of Contents
🛠️ File Location:
📂 packages/core/useElementBounding/directive.ts
📦 Imports
| Name |
Source |
UseElementBoundingOptions |
@vueuse/core |
UseElementBoundingReturn |
@vueuse/core |
useElementBounding |
@vueuse/core |
createDisposableDirective |
@vueuse/shared |
watch |
vue |
Vue Composition API
| Name |
Type |
Reactive Variables |
Composables |
watch |
watch |
none |
none |
Type Aliases
ElementBounding
type ElementBounding = Omit<UseElementBoundingReturn, 'update'>;
BindingValueFunction
type BindingValueFunction = (bounding: ElementBounding) => void;
BindingValueArray
type BindingValueArray = [BindingValueFunction, UseElementBoundingOptions];
Generated by Syntax Scribe