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
options is marked as required but is actually optional.
Docs do not indicate optional
cesium/packages/engine/Source/Scene/IonImageryProvider.js
Line 254 in 003922b
default value set in the function however
Line 269 in 003922b
This causes Typescript to indicate an error if options is not provided
The text was updated successfully, but these errors were encountered:
Update JSDoc for optional options
50b6241
Fixes #11623 and fixes #11624
e2b5da2
Fixes CesiumGS#11623 and fixes CesiumGS#11624
Successfully merging a pull request may close this issue.
options is marked as required but is actually optional.
Docs do not indicate optional
cesium/packages/engine/Source/Scene/IonImageryProvider.js
Line 254 in 003922b
default value set in the function however
cesium/packages/engine/Source/Scene/IonImageryProvider.js
Line 269 in 003922b
This causes Typescript to indicate an error if options is not provided
The text was updated successfully, but these errors were encountered: