refactor(internals): rename __rg to __rf
This commit is contained in:
+1
-1
@@ -34,7 +34,7 @@ export interface Node {
|
||||
id: ElementId;
|
||||
position: XYPosition;
|
||||
type?: string;
|
||||
__rg?: any;
|
||||
__rf?: any;
|
||||
data?: any;
|
||||
style?: CSSProperties;
|
||||
className?: string;
|
||||
|
||||
Reference in New Issue
Block a user