Public typealias

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

VecModel

Source

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

TLContentTldrawEditor