@fileverse-dev/ddoc 2.1.0-patch-11 → 2.1.0-patch-12.1
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +1 -0
- package/dist/index.es.js +5340 -5322
- package/dist/package/types.d.ts +2 -0
- package/dist/package/use-ddoc-editor.d.ts +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
@@ -66,6 +66,7 @@ The `DdocProps` interface is a TypeScript interface that defines the properties
|
|
66
66
|
| `onMarkdownImport` (optional) | `() => void` | Callback function for markdown import |
|
67
67
|
| `sharedSlidesLink` (optional) | `string` | Link for shared slides in presentation mode |
|
68
68
|
| `documentName` (optional) | `string` | Name of the document |
|
69
|
+
| `onInvalidContentError` (optional) | `() => void` | Callback when Editor throws Invalid Content Error |
|
69
70
|
|
70
71
|
## Data Interface
|
71
72
|
|