Are you an LLM? You can read better optimized documentation at /documentation/api/cursors/interfaces/CursorsClient.md for this page in Markdown format
ws-asyncapi API / cursors / CursorsClient
Interface: CursorsClient<S>
Defined in: .api-entries/cursors/index.d.ts:49
The slice of a ws-asyncapi client cursorsStore needs (structurally satisfied by WsClient); generic over the channel's presence state S.
Type Parameters
S
S
Properties
presence
presence:
object
Defined in: .api-entries/cursors/index.d.ts:50
self
readonlyself:string
subscribe()
subscribe(
cb): () =>void
Parameters
cb
(members) => void
Returns
() => void