TLScribble
Public interface
A type for the scribble used by tldraw.
Signature
interface TLScribble {}
Source
packages/tlschema/src/misc/TLScribble.ts
Properties
color
Public propertysignature
Signature
color: TLCanvasUiColor
References
delay
Public propertysignature
Signature
delay: number
id
Public propertysignature
Signature
id: string
opacity
Public propertysignature
Signature
opacity: number
points
Public propertysignature
Signature
points: VecModel[]
References
shrink
Public propertysignature
Signature
shrink: number
size
Public propertysignature
Signature
size: number
state
Public propertysignature
Signature
state: SetValue<typeof TL_SCRIBBLE_STATES>
taper
Public propertysignature
Signature
taper: boolean