mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-02-24 17:23:07 +01:00
* Create transforms.md * Create initial documentation for transforms * Remove extra whitespace in transforms.md * Create initial documentation for interfaces * Rearrange API docs by category of interface * Add documentation of static methods * Use 'static' notation for transforms
363 B
363 B
Miscellaneous
createEditor
createEditor(): Editor
creates a new, empty Editor
object.
Operation
Operation
objects define the low-level instructions that Slate editors use to apply changes to their internal state. Representing all changes as operations is what allows Slate editors to easily implement history, collaboration, and other features.