Skip to content

⬅️ Back to Table of Contents

📄 component.ts

📊 Analysis Summary

Metric Count
📦 Imports 6
📐 Interfaces 1

📚 Table of Contents

🛠️ File Location:

📂 packages/core/onLongPress/component.ts

📦 Imports

Name Source
RenderableComponent ../types
OnLongPressOptions ./index
defineComponent vue
h vue
shallowRef vue
onLongPress ./index

Interfaces

OnLongPressProps

Interface Code
export interface OnLongPressProps extends RenderableComponent {
  options?: OnLongPressOptions
}

Properties

Name Type Optional Description
options OnLongPressOptions