From 0f64e2e4d69fa654e05afdccdea110a11c1c2104 Mon Sep 17 00:00:00 2001 From: Chrissi2812 Date: Tue, 26 Feb 2019 11:50:12 +0100 Subject: [PATCH] adding update method of extensions to readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 45818d7f..39c68dac 100644 --- a/README.md +++ b/README.md @@ -299,6 +299,7 @@ The most powerful feature of tiptap is that you can create your own extensions. | `commands({ schema, attrs })` | `Object` | `null` | Define a command. | | `inputRules({ schema })` | `Array` | `[]` | Define a list of input rules. | | `pasteRules({ schema })` | `Array` | `[]` | Define a list of paste rules. | +| `get update()` | `Function` | `undefined` | Called when options of extension are changed via `editor.extensions.options` | ### Node|Mark Class