Skip to content

Type Alias: PointerStyle

@roomful/core


@roomful/core / PointerStyle

PointerStyle = "laser" | "spotlight" | "crosshair" | "dot"

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

Selects how the built-in pointer overlay draws each remote beam.

  • 'laser' — a colored dot with a soft glow (the default).
  • 'spotlight' — a soft radial dim centered on the point.
  • 'crosshair' — thin horizontal and vertical cross lines through the point.
  • 'dot' — a plain colored dot.