mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-27 00:54:22 +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)
|
- [`onChange`](#onchange-function)
|
||||||
- [`plugins`](#plugins-array)
|
- [`plugins`](#plugins-array)
|
||||||
- [`state`](#state-state)
|
- [`state`](#state-state)
|
||||||
- [`...`](#)
|
- [`more...`](#more)
|
||||||
- [Methods](#methods)
|
- [Methods](#methods)
|
||||||
- [`getState()`](#getstate-state)
|
- [`getState()`](#getstate-state)
|
||||||
- [`onChange(state)`](#onchange-state-void)
|
- [`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.
|
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:
|
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