Public typealias

Signature
type TLCursorProps = {
  className?: string
  point: null | VecModel
  zoom: number
  color?: string
  name: null | string
  chatMessage: string
}
References

VecModel

Source

packages/editor/src/lib/components/default-components/DefaultCursor.tsx

TLContentTldrawEditor