Public typealias

A type for the scribble used by tldraw.

Signature
type TLScribble = {
  id: string
  points: VecModel[]
  size: number
  color: TLCanvasUiColor
  opacity: number
  state: SetValue<typeof TL_SCRIBBLE_STATES>
  delay: number
  shrink: number
  taper: boolean
}
References

VecModel, TLCanvasUiColor

Source

packages/tlschema/src/misc/TLScribble.ts

TLSchemaTLSerializedStore