A hook that causes its calling component to re-render when the given Yjs object changes.
The kind parameter determines the level of change that will trigger a re-render. See ObserverKind for more information.
kind
The Yjs object to observe.
The kind of observation to perform.
Generated using TypeDoc
A hook that causes its calling component to re-render when the given Yjs object changes.
The
kind
parameter determines the level of change that will trigger a re-render. See ObserverKind for more information.