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

Interface: CursorOptions

@roomful/core


@roomful/core / CursorOptions

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

Configures cursor tracking behavior.

optional idleAfterMs: number

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

Marks the local cursor idle after the given number of milliseconds.


optional smoothing: boolean

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

Enables cursor interpolation when rendered.


optional throttleMs: number

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

Throttles cursor broadcasts in milliseconds.