WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 2c9cc3c

Browse files
authored
docs: document props.onValueChange and props.onSelectionChange (#5788)
1 parent 5c349ad commit 2c9cc3c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/libraries/slate-react/slate.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,11 @@ The `children` which must contain an `Editable` component.
3434
#### `props.onChange: (value: Descendant[]) => void`
3535
3636
An optional callback function which you can use to be notified of changes in the editor's value.
37+
38+
#### `props.onValueChange?: (value: Descendant[]) => void`
39+
40+
`props.onChange` alias.
41+
42+
#### `props.onSelectionChange?: (selection: Selection) => void`
43+
44+
An optional callback function which you can use to be notified of changes of the editor's selection.

0 commit comments

Comments
 (0)