Skip to content
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

Types are missing shorthands #788

Closed
jansauer opened this issue Jun 2, 2019 · 0 comments
Closed

Types are missing shorthands #788

jansauer opened this issue Jun 2, 2019 · 0 comments
Assignees

Comments

@jansauer
Copy link

jansauer commented Jun 2, 2019

The editor exports a hand full of shorthands as part of it's external API methods. These shorthands are missing in the type definitions. This leads to an unnecessarily higher barrier of entry.

For example, in the documentation, saving data is multiple times describe with editor.save(). This leads to a type error in typescript since without the shorthand it would need to be editor.saver.save().

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants