Are you an LLM? You can read better optimized documentation at /documentation/api/cursors/interfaces/CursorsOptions.md for this page in Markdown format
ws-asyncapi API / cursors / CursorsOptions
Interface: CursorsOptions<S>
Defined in: .api-entries/cursors/index.d.ts:56
Options for cursorsStore.
Type Parameters
S
S
Properties
field?
optionalfield?: (state) =>CursorPoint
Defined in: .api-entries/cursors/index.d.ts:58
extract the cursor point from a member's presence state (default: .cursor)
Parameters
state
S
Returns
smoothing?
optionalsmoothing?:false|SmootherFactory
Defined in: .api-entries/cursors/index.d.ts:61
receiver smoothing: a SmootherFactory, or false for raw last-write (default: lerpSmoother)