Skip to content
Roomful is in public beta — install with the @beta tag. Share feedback →

Type Alias: CursorPosition\<TCursor\>

@roomful/core


@roomful/core / CursorPosition

CursorPosition<TCursor> = CursorBasePosition & CursorExtension<TCursor>

Defined in: packages/core/src/types.ts:858

Merges the base cursor shape with custom cursor metadata.

TCursor extends CursorData = CursorData

The custom cursor payload shape.