Skip to content

Types are missing shorthands #788

@jansauer

Description

@jansauer

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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions