Skip to main content

useDnD

useNodeDnD()#

Use ๐Ÿ”ง#

Coming Soon! โฑ๏ธ๐Ÿ”ง

Signature ๐Ÿ–‹๏ธ#

const nodeDnD: Object = useNodeDnD({
initialTransferType: String,
onDrop: Function,
onDropDone: Function,
});

Example Usage ๐Ÿ”#

Coming Soon! โฑ๏ธ๐Ÿ”ง

Parameters ๐Ÿ“ฅ#

Coming Soon! โฑ๏ธ๐Ÿ”ง

Return Value ๐Ÿ“ค#

Coming Soon! โฑ๏ธ๐Ÿ”ง

useToolDnD()#

Use ๐Ÿ”ง#

Coming Soon! โฑ๏ธ๐Ÿ”ง

Signature ๐Ÿ–‹๏ธ#

const toolDnD: Object = useToolDnD({
initialTransferType: String,
});

Example Usage ๐Ÿ”#

Coming Soon! โฑ๏ธ๐Ÿ”ง

Parameters ๐Ÿ“ฅ#

Coming Soon! โฑ๏ธ๐Ÿ”ง

Return Value ๐Ÿ“ค#

Coming Soon! โฑ๏ธ๐Ÿ”ง

useDnDHelpers()#

Use ๐Ÿ”ง#

Coming Soon! โฑ๏ธ๐Ÿ”ง

Signature ๐Ÿ–‹๏ธ#

const helpers: Object = useDnDHelpers({
initialTransferType?: String,
});

Example Usage ๐Ÿ”#

Coming Soon! โฑ๏ธ๐Ÿ”ง

Parameters ๐Ÿ“ฅ#

Coming Soon! โฑ๏ธ๐Ÿ”ง

Return Value ๐Ÿ“ค#

Coming Soon! โฑ๏ธ๐Ÿ”ง