mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-30 18:39:51 +02:00
Adds clarification & examples to demystify Transforms. (#4653)
* Adds clarification & examples to demystify Transforms. * Fleshes out documentation of NodeOptions for Transforms * Update docs/concepts/04-transforms.md Co-authored-by: Dylan Schiemann <dylan@dojotoolkit.org> * Uses 'API' in the title of all API documents Co-authored-by: Dylan Schiemann <dylan@dojotoolkit.org>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Element
|
||||
# Element API
|
||||
|
||||
`Element` objects are a type of node in a Slate document that contain other `Element` nodes or `Text` nodes.
|
||||
`Element` objects are a type of `Node` in a Slate document that contain other `Element` nodes or `Text` nodes.
|
||||
|
||||
```typescript
|
||||
interface Element {
|
||||
|
Reference in New Issue
Block a user