chore(nodes): remove nodeElement from NodeProps type
This commit is contained in:
@@ -125,8 +125,6 @@ export interface NodeProps<Data = ElementData, CustomEvents = {}> {
|
|||||||
sourcePosition?: Position
|
sourcePosition?: Position
|
||||||
/** drag handle query selector */
|
/** drag handle query selector */
|
||||||
dragHandle?: string
|
dragHandle?: string
|
||||||
/** node DOM-element */
|
|
||||||
nodeElement: HTMLDivElement
|
|
||||||
|
|
||||||
/** additional data of node */
|
/** additional data of node */
|
||||||
data?: Data
|
data?: Data
|
||||||
|
|||||||
Reference in New Issue
Block a user