-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Description
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()
.
Metadata
Metadata
Assignees
Labels
No labels