Table of contents

Public interface

Signature
interface TLCursorProps {}
Source

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


Properties

chatMessage

Public propertysignature

Signature
chatMessage: string

className

Public propertysignature

Signature
className?: string

color

Public propertysignature

Signature
color?: string

name

Public propertysignature

Signature
name: null | string

point

Public propertysignature

Signature
point: null | VecModel
References

VecModel


zoom

Public propertysignature

Signature
zoom: number

TLContentTldrawEditor