---
title: TLCursor
status: published
category: tlschema
group: Interface
author: api
date: 06/23/2023
order: 71
---Public Interface
Table of Contents
- [Properties](#properties)
- [color](#TLCursor-color-member)
- [rotation](#TLCursor-rotation-member)
- [type](#TLCursor-type-member)
A cursor used by tldraw.
##### Signature
```ts
interface TLCursor {}
```
---
## Properties
### `color` \{#TLCursor-color-member}
Public PropertySignature
##### Signature
```ts
color: TLCanvasUiColor
```
##### References
[TLCanvasUiColor](/gen/tlschema/TLCanvasUiColor-type)
---
### `rotation` \{#TLCursor-rotation-member}
Public PropertySignature
##### Signature
```ts
rotation: number
```
---
### `type` \{#TLCursor-type-member}
Public PropertySignature
##### Signature
```ts
type: TLCursorType
```
##### References
[TLCursorType](/gen/tlschema/TLCursorType-type)
---