@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 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