Interface: CursorOptions
@roomful/core / CursorOptions
Interface: CursorOptions
Section titled “Interface: CursorOptions”Defined in: packages/core/src/types.ts:737
Configures cursor tracking behavior.
Properties
Section titled “Properties”idleAfterMs?
Section titled “idleAfterMs?”
optionalidleAfterMs:number
Defined in: packages/core/src/types.ts:751
Marks the local cursor idle after the given number of milliseconds.
smoothing?
Section titled “smoothing?”
optionalsmoothing:boolean
Defined in: packages/core/src/types.ts:746
Enables cursor interpolation when rendered.
throttleMs?
Section titled “throttleMs?”
optionalthrottleMs:number
Defined in: packages/core/src/types.ts:741
Throttles cursor broadcasts in milliseconds.