1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-04-21 13:51:59 +02:00

docs: rename element configuration to behavior types

This commit is contained in:
Sunny Hirai 2021-05-25 18:50:27 -07:00
parent a55c4a2e71
commit 65a1a9e281

View File

@ -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)
- [Void vs Not Void](element.md#void-vs-not-void)
- [Static methods](element.md#static-methods)
- [Retrieval methods](element.md#retrieval-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: