We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
> Ok, then we should have 3 objects
No, we should have everything inside of view:
view: { nuclei1D: { // Record<string, ViewNuclei1D> '1H': {}, '13C': {}, }, nuclei2D: { // Record<string, ViewNuclei2D> '1H,1H': {}, }, spectra1D: { // Record<string, ViewSpectra1D> uuid1: {}, uuid2: {}, }, spectra2D: { // Record<string, ViewSpectra2D> uuid3: {}, uuid4: {}, }, prop1, // other settings that don't depend on nucleus or spectrum prop2, }
Originally posted by @targos in #2135 (comment)
The text was updated successfully, but these errors were encountered:
hamed-musallam
Successfully merging a pull request may close this issue.
No, we should have everything inside of view:
Originally posted by @targos in #2135 (comment)
The text was updated successfully, but these errors were encountered: