An object that contains information about the current device and environment. This object is not reactive and will not update automatically when the environment changes, so only include values that are fixed, such as the user's browser and operating system.

tlenv: {
  hasCanvasSupport: boolean
  isAndroid: boolean
  isChromeForIos: boolean
  isDarwin: boolean
  isFirefox: boolean
  isIos: boolean
  isSafari: boolean
  isWebview: boolean
}
Prev
TldrawEditor
Next
tlenvReactive