Workspace
<Workspace />
#
#
Use ๐งA React component to render the Builder State.
#
Props โ๏ธview: Object
An object representing what will be rendered to the screen for each node in the tree. Its keys should be the 'type' Strings used when nodes are created, and its values should be React Components.
note
If no view is provided, the Workspace Component will not render anything.