Skip to content

⬅️ Back to Table of Contents

📄 usePointerLock/component

📊 Analysis Summary

Metric Count
📦 Imports 10
🟢 Vue Composition API 1
📐 Interfaces 2

📚 Table of Contents

🛠️ File Location:

📂 packages/core/usePointerLock/component.ts

📦 Imports

Name Source
RenderableComponent @vueuse/core
UsePointerLockOptions @vueuse/core
UsePointerLockReturn @vueuse/core
Reactive vue
SlotsType vue
usePointerLock @vueuse/core
defineComponent vue
h vue
reactive vue
shallowRef vue

Vue Composition API

Name Type Reactive Variables Composables
reactive reactive none none

Interfaces

UsePointerLockProps

Interface Code
export interface UsePointerLockProps extends RenderableComponent, UsePointerLockOptions {}

UsePointerLockSlots

Interface Code
interface UsePointerLockSlots {
  default: (data: Reactive<UsePointerLockReturn>) => any
}

Properties

Name Type Optional Description
default (data: Reactive<UsePointerLockReturn>) => any not shown

Generated by Syntax Scribe