1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-26 08:34:28 +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, nodes: Array,
normalize: Function, normalize: Function,
parent: Object|Array, parent: Object|Array,
previous: Object|Array,
text: RegExp, text: RegExp,
} }
``` ```