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
In JSDoc property globe is only typed Globe but should be Globe | false
Globe
Globe | false
This is only defined in the description
The globe to use in the scene. If set to false, no globe will be added.
Therefore the TypeScript definition is wrong.
The text was updated successfully, but these errors were encountered:
Also in EasingFunction QUADRACTIC_IN is probably a typo. Same for out and in_out.
QUADRACTIC_IN
Sorry, something went wrong.
Thanks for reporting these @konashredbiker ! Feel free to open a PR to fix these if you'd like, see the contributing guide here: https://github.com/CesiumGS/cesium/blob/master/CONTRIBUTING.md#opening-a-pull-request
I opened a separate issue for the EasingFunction #9220 since the globe type is fixed in #9063.
Successfully merging a pull request may close this issue.
In JSDoc property globe is only typed
Globe
but should beGlobe | false
This is only defined in the description
Therefore the TypeScript definition is wrong.
The text was updated successfully, but these errors were encountered: