Skip to content

⬅️ Back to Table of Contents

📄 onKeyStroke/directive

📊 Analysis Summary

Metric Count
📦 Imports 3
📑 Type Aliases 2

📚 Table of Contents

🛠️ File Location:

📂 packages/core/onKeyStroke/directive.ts

📦 Imports

Name Source
OnKeyStrokeOptions @vueuse/core
onKeyStroke @vueuse/core
createDisposableDirective @vueuse/shared

Type Aliases

BindingValueFunction

type BindingValueFunction = (event: KeyboardEvent) => void;

BindingValueArray

type BindingValueArray = [BindingValueFunction, OnKeyStrokeOptions];

Generated by Syntax Scribe