Skip to content

⬅️ Back to Table of Contents

📄 useElementOverflow/component

📊 Analysis Summary

Metric Count
🔧 Functions 1
📦 Imports 7
🟢 Vue Composition API 1

📚 Table of Contents

🛠️ File Location:

📂 packages/core/useElementOverflow/component.ts

📦 Imports

Name Source
RenderableComponent @vueuse/core
UseElementOverflowOptions @vueuse/core
useElementOverflow @vueuse/core
defineComponent vue
h vue
reactive vue
shallowRef vue

Vue Composition API

Name Type Reactive Variables Composables
reactive reactive none none

Functions

Internal helpers

Declared inside another function in this file.

onUpdated(args: any[]): void

Parameters:

  • args any[]

Returns: void

Calls:

  • emit
Code
(...args: any[]) => { emit('update', ...args) }

Generated by Syntax Scribe