1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-02-15 20:55:24 +01:00
Ian Storm Taylor 5444a300b8
rename kind to object for clarity (#1501)
* rename `kind` to `object` for clarity

* add deprecation warning for direct access

* add deprecation warning for node creation
2018-01-04 15:26:53 -08:00
..
2018-01-02 17:02:19 -08:00

This package contains the core logic of Slate. It's separated further into a series of directories:

  • Changes — containing the changes that are used to alter a Slate document.
  • Constants — containing constants that are used in Slate's codebase.
  • Models — containing the models that define Slate's data structure.
  • Operations — containing the low-level operations that create Slate changes.
  • Schemas - containing the core schema that ships with Slate by default.
  • Utils — containing a few private convenience modules.

Feel free to poke around in each of them to learn more!