-
-
Notifications
You must be signed in to change notification settings - Fork 706
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Retrieving nodes from config #1528
Comments
I always try to cleanup data I dont use anymore. What don't you make a copy yourself ? You can also access |
I understand. I must say however, that this behaviour is quite unintuitive, at least for me. The config property is public and of Type The copy is of course doable, however, it is sometimes a bit annoying to “pass through” the copy to any function in need. The datasource property is private, so I'd rather not use that in TS... |
Sorry I don't really understand the problem. The You should remain owner of the data you need, so keep the original config object in your app. |
Valid view, thanks. |
Describe your problem
Is it necessary to delete the nodes of the virtual-tour-plugin config object here?
Photo-Sphere-Viewer/packages/virtual-tour-plugin/src/VirtualTourPlugin.ts
Line 214 in 788c766
I'd like to retrieve all nodes after the viewer has been loaded and don't want to use another fetch request to parse them if somehow possible.
Online demo URL
No response
Photo Sphere Viewer version
5.11.4
Plugins loaded
Virtual-Tour
Additional context
No response
The text was updated successfully, but these errors were encountered: