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