mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-07-31 20:40:19 +02:00
docs: rename element configuration to behavior types
This commit is contained in:
@@ -8,14 +8,14 @@ interface Element {
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
- [Configuration](element.md#configuration)
|
- [Behavior Types](element.md#element-behavior-types)
|
||||||
- [Block vs. Inline](element.md#block-vs-inline)
|
- [Block vs. Inline](element.md#block-vs-inline)
|
||||||
- [Void vs Not Void](element.md#void-vs-not-void)
|
- [Void vs Not Void](element.md#void-vs-not-void)
|
||||||
- [Static methods](element.md#static-methods)
|
- [Static methods](element.md#static-methods)
|
||||||
- [Retrieval methods](element.md#retrieval-methods)
|
- [Retrieval methods](element.md#retrieval-methods)
|
||||||
- [Check methods](element.md#check-methods)
|
- [Check methods](element.md#check-methods)
|
||||||
|
|
||||||
## Configuration
|
## Element Behavior Types
|
||||||
|
|
||||||
Element nodes behave differently depending on the [Slate editor's configuration](./editor.md#schema-specific-instance-methods-to-override). An element can be:
|
Element nodes behave differently depending on the [Slate editor's configuration](./editor.md#schema-specific-instance-methods-to-override). An element can be:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user