Table of contents

Public interface

A user of tldraw

Signature
interface TLUserPreferences {}
Source

packages/editor/src/lib/config/TLUserPreferences.ts


Properties

animationSpeed

Public propertysignature

Signature
animationSpeed?: null | number

color

Public propertysignature

Signature
color?: null | string

edgeScrollSpeed

Public propertysignature

Signature
edgeScrollSpeed?: null | number

id

Public propertysignature

Signature
id: string

isDarkMode

Public propertysignature

Signature
isDarkMode?: boolean | null

isSnapMode

Public propertysignature

Signature
isSnapMode?: boolean | null

isWrapMode

Public propertysignature

Signature
isWrapMode?: boolean | null

locale

Public propertysignature

Signature
locale?: null | string

name

Public propertysignature

Signature
name?: null | string

TLTickEventTLWheelEvent