Skip to content

Documentation v1.0.0


Documentation / @openassistant/hooks / DraggableData

Type Alias: DraggableData ​

DraggableData = object

Defined in: use-draggable.ts:6

Properties ​

data ​

data: any

Defined in: use-draggable.ts:10


id ​

id: string

Defined in: use-draggable.ts:7


type ​

type: string

Defined in: use-draggable.ts:8

Released under the MIT License.