Skip to content

⬅️ Back to Table of Contents

📄 useSortable/component

📊 Analysis Summary

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

📚 Table of Contents

🛠️ File Location:

📂 packages/integrations/useSortable/component.ts

📦 Imports

Name Source
RenderableComponent @vueuse/core
Reactive vue
SlotsType vue
UseSortableOptions ./index
UseSortableReturn ./index
useVModel @vueuse/core
defineComponent vue
h vue
reactive vue
shallowRef vue
useSortable ./index

Vue Composition API

Name Type Reactive Variables Composables
reactive reactive none none

Interfaces

UseSortableProps

Interface Code
export interface UseSortableProps extends RenderableComponent {
  modelValue: any[]
  options?: UseSortableOptions
}

Properties

Name Type Optional Description
modelValue any[] not shown
options UseSortableOptions not shown

UseSortableSlots

Interface Code
interface UseSortableSlots {
  default: (data: Reactive<UseSortableReturn>) => any
}

Properties

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

Generated by Syntax Scribe