Skip to content

⬅️ Back to Table of Contents

📄 onLongPress/directive

📊 Analysis Summary

Metric Count
📦 Imports 3
📊 Variables & Constants 1
📑 Type Aliases 2

📚 Table of Contents

🛠️ File Location:

📂 packages/core/onLongPress/directive.ts

📦 Imports

Name Source
OnLongPressOptions @vueuse/core
onLongPress @vueuse/core
createDisposableDirective @vueuse/shared

Variables & Constants

Name Type Kind Value Exported
VOnLongPress any const vOnLongPress

Type Aliases

BindingValueFunction

type BindingValueFunction = (evt: PointerEvent) => void;

BindingValueArray

type BindingValueArray = [
  BindingValueFunction,
  OnLongPressOptions,
];

Generated by Syntax Scribe