Skip to content

Interface: CursorOptions

@roomful/core


@roomful/core / CursorOptions

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

Configures cursor tracking behavior.

optional idleAfterMs: number

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

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


optional smoothing: boolean

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

Enables cursor interpolation when rendered.


optional throttleMs: number

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

Throttles cursor broadcasts in milliseconds.