refactor: rename internal data field to __vf

Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
Braks
2021-11-21 12:54:04 +01:00
parent 71ba905348
commit 0e9f8c5fc2
12 changed files with 62 additions and 62 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ export interface Node<T = any> {
id: ElementId
position: XYPosition
type?: string
__rf?:
__vf?:
| {
position?: XYPosition
isDragging?: boolean