mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-26 08:34:28 +02:00
update docs
This commit is contained in:
@@ -11,7 +11,7 @@ The top-level React component that renders the Slate editor itself.
|
||||
- [`onChange`](#onchange-function)
|
||||
- [`plugins`](#plugins-array)
|
||||
- [`state`](#state-state)
|
||||
- [`...`](#)
|
||||
- [`more...`](#more)
|
||||
- [Methods](#methods)
|
||||
- [`getState()`](#getstate-state)
|
||||
- [`onChange(state)`](#onchange-state-void)
|
||||
@@ -39,7 +39,7 @@ An array of [`Plugins`](../plugins) that define the editor's behavior.
|
||||
|
||||
A [`State`](../models/state) object representing the current state of the editor.
|
||||
|
||||
#### `...`
|
||||
#### `more...`
|
||||
|
||||
In addition to those two properties, the editor allows passing any of the properties that a [`Plugin`](../plugins) can define:
|
||||
|
||||
|
Reference in New Issue
Block a user