Share

Using multiple Workspaces

You can create multiple Workspace instances, and each instance will have its unique and non-shared Library instance. This implies that the resources loaded in a given Workspace (and Library) are not available in another Workspace, unless they are also loaded in the other one (see Loading config JSON files).

Similarly, each Workspace will also have its own GraphContainers, and each GraphContainer will have access to any graph loaded in its Workspace's resources.

Was this information helpful?