1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-25 16:20:49 +02:00

[Doc] Add missing previous property in rules (#2957)

This commit is contained in:
Zixiang Li
2019-08-08 20:03:01 +08:00
committed by Brendan
parent 7a434ca881
commit 799df414a5

View File

@@ -87,6 +87,7 @@ A dictionary of inlines by type, each with its own set of validation rules.
nodes: Array,
normalize: Function,
parent: Object|Array,
previous: Object|Array,
text: RegExp,
}
```