We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1da9943 commit 7a1e3d6Copy full SHA for 7a1e3d6
HOW_TO_CREATE_A_PLUGIN.md
@@ -86,7 +86,7 @@ All functions receive an additional argument. This argument is an object contain
86
In addition the a plugin accepts
87
88
- `initialize: (PluginFunctions) => void`
89
-- `onChange: (EditorState) => EditorState`
+- `onChange: (EditorState, PluginFunctions) => EditorState`
90
- `willUnmount: (PluginFunctions) => void`
91
- `decorators: Array<Decorator> => void`
92
- `getAccessibilityProps: () => { ariaHasPopup: string, ariaExpanded: string }`
0 commit comments