Skip to content
This repository was archived by the owner on Nov 1, 2023. It is now read-only.

Commit

Permalink
chore(docs): add nodeDragThreshold
Browse files Browse the repository at this point in the history
  • Loading branch information
moklick committed Sep 26, 2023
1 parent c9d207d commit 9b9362b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs-data/react-flow-props/basic.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,17 @@ const props = [
</>
),
},
{
name: 'nodeDragThreshold?',
type: 'number',
default: '0',
description: (
<>
With a threshold greater than zero you can delay node drag events. If threshold equals 1,
you need to drag the node 1 pixel before a drag event is fired.
</>
),
},
{
name: 'style?',
type: 'CSSProperties',
Expand Down

0 comments on commit 9b9362b

Please sign in to comment.