# DragHandleProps (/docs/shuffle/reference/interfaces/DragHandleProps)



# Interface: DragHandleProps [#interface-draghandleprops]

Defined in:
[components/DragHandles.tsx:17](https://github.com/handlewithcarecollective/pitter-patter/blob/5f9831b289582242a2f8b7c6f9c1d64b034de5a9/packages/shuffle/src/components/DragHandles.tsx#L17)

## Properties [#properties]

### node [#node]

```ts
node: Node;
```

Defined in:
[components/DragHandles.tsx:20](https://github.com/handlewithcarecollective/pitter-patter/blob/5f9831b289582242a2f8b7c6f9c1d64b034de5a9/packages/shuffle/src/components/DragHandles.tsx#L20)

***

### onPointerDown [#onpointerdown]

```ts
onPointerDown: EventHandler<PointerEvent<Element>>;
```

Defined in:
[components/DragHandles.tsx:19](https://github.com/handlewithcarecollective/pitter-patter/blob/5f9831b289582242a2f8b7c6f9c1d64b034de5a9/packages/shuffle/src/components/DragHandles.tsx#L19)

***

### style [#style]

```ts
style: {
  left: number;
  top: number;
}
```

Defined in:
[components/DragHandles.tsx:18](https://github.com/handlewithcarecollective/pitter-patter/blob/5f9831b289582242a2f8b7c6f9c1d64b034de5a9/packages/shuffle/src/components/DragHandles.tsx#L18)

#### left [#left]

```ts
left: number;
```

#### top [#top]

```ts
top: number;
```
