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:
@@ -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,
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user