⬅️ Back to Table of Contents
📄 useElementVisibility/component
📊 Analysis Summary
| Metric |
Count |
| 📦 Imports |
10 |
| 🟢 Vue Composition API |
1 |
| 📐 Interfaces |
2 |
📚 Table of Contents
🛠️ File Location:
📂 packages/core/useElementVisibility/component.ts
📦 Imports
| Name |
Source |
RenderableComponent |
@vueuse/core |
UseElementVisibilityOptions |
@vueuse/core |
UseElementVisibilityReturn |
@vueuse/core |
Reactive |
vue |
SlotsType |
vue |
useElementVisibility |
@vueuse/core |
defineComponent |
vue |
h |
vue |
reactive |
vue |
shallowRef |
vue |
Vue Composition API
| Name |
Type |
Reactive Variables |
Composables |
reactive |
reactive |
none |
none |
Interfaces
UseElementVisibilityProps
Interface Code
export interface UseElementVisibilityProps extends Omit<UseElementVisibilityOptions<true>, 'controls'>, RenderableComponent {}
UseElementVisibilitySlots
Interface Code
interface UseElementVisibilitySlots {
default: (data: Reactive<UseElementVisibilityReturn<true>>) => any
}
Properties
| Name |
Type |
Optional |
Description |
default |
(data: Reactive<UseElementVisibilityReturn<true>>) => any |
✗ |
not shown |
Generated by Syntax Scribe