tldraw/docs/gen/TLOnRotateStartHandler-type.mdx
Steve Ruiz 096df3209b
[1/2] Move docs to brivate (#1640)
This PR moves the docs site to the private repo while keeping the docs
content on the public repo.

### Change Type

- [x] `documentation`
2023-06-23 14:23:14 +00:00

24 lines
385 B
Text

---
title: TLOnRotateStartHandler
status: published
category: editor
group: TypeAlias
author: api
date: 06/23/2023
order: 159
---<Small>Public TypeAlias</Small>
##### Signature
```ts
type TLOnRotateStartHandler<T extends TLShape> = TLEventStartHandler<T>
```
##### References
[TLShape](/gen/tlschema/TLShape-type), [TLEventStartHandler](/gen/editor/~TLEventStartHandler-type)