-
Notifications
You must be signed in to change notification settings - Fork 126
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
Inaccessible static objects #28
Comments
This is also an issue with |
fixed in e143243 run for |
const exportOpts = new ExportOptionsSaveForWeb();
exportOpts.format = SaveDocumentType.PNG; // ts error: Property 'format' does not exist on type 'ExportOptionsSaveForWeb'. |
fixed in 0d08386 |
seems this is still the case in 2023 for a lot of stuff, including |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In all SaveOptions the static objects are not accessible when instantiating a SaveOptions object
Example:
Should update to:
The text was updated successfully, but these errors were encountered: