Added inline tree attributes
Summary: This is temporary solution to get to parity with the old plugin. In future would like to make this more flexible on the desktop side Additionally getData was renamed to getAttributes for consistency Reviewed By: lblasa Differential Revision: D41845248 fbshipit-source-id: 50e94a7712f5d42938229134e212cef5d379475d
This commit is contained in:
committed by
Facebook GitHub Bot
parent
97cca42822
commit
1a9724d790
@@ -273,6 +273,7 @@ const FakeNode: UINode = {
|
||||
id: 'Fakeroot',
|
||||
qualifiedName: 'Fakeroot',
|
||||
name: 'Fakeroot',
|
||||
inlineAttributes: {},
|
||||
children: [],
|
||||
attributes: {},
|
||||
bounds: {x: 0, y: 0, height: 0, width: 0},
|
||||
|
||||
Reference in New Issue
Block a user