We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79de3ee commit ca5c413Copy full SHA for ca5c413
1 file changed
README.md
@@ -30,7 +30,7 @@ const plugins = [ColaborativeClient(options)]
30
cursorAnnotationType?: string // type string for cursor annotations
31
annotationDataMixin?: Data // any data passed to cursor annotation
32
renderPreloader?: () => ReactNode // optional preloader render
33
- renderCursor?: (data: Data) => ReactNode | any // option custom cursor render
+ renderCursor?: (data: Data) => ReactNode | any // custom cursor render
34
onConnect?: (connection: Connection) => void // connect callback
35
onDisconnect?: (connection: Connection) => void // disconnect callback
36
}
0 commit comments