@fileverse-dev/ddoc 1.2.6 → 1.2.7

Sign up to get free protection for your applications and to get access to all the features.
package/README.md CHANGED
@@ -37,7 +37,8 @@ The `DdocProps` interface is a TypeScript interface that defines the properties
37
37
  | `toggleCollaboration` (optional) | `(flag: boolean) => void` | Function to toggle collaboration mode with a boolean flag |
38
38
  | `onAutoSave` (optional) | `(flag:boolean) => void` | Function which expose the current editor state every 10 seconds |
39
39
  | `renderToolRightSection` (optional) | `({editor, pluginMetaData}) => JSX.Element` | Function that render the right section of the toolbar. it calls the function with the editor instance and the pluginMedata |
40
- | `username` (required when using collaboration) | `boolean` | Takes a username which can be used by collaboration cursor |
40
+ | `username` (required when using collaboration) | `boolean` | Takes a username which can be used by collaboration cursor
41
+ | `ensProviderUrl` | `string` | Takes a url |
41
42
 
42
43
  ## Data Interface
43
44