
This PR moves the docs site to the private repo while keeping the docs content on the public repo. ### Change Type - [x] `documentation`
24 lines
384 B
Text
24 lines
384 B
Text
---
|
|
title: TLOnTranslateHandler
|
|
status: published
|
|
category: editor
|
|
group: TypeAlias
|
|
author: api
|
|
date: 06/23/2023
|
|
order: 161
|
|
---<Small>Public TypeAlias</Small>
|
|
|
|
|
|
|
|
|
|
##### Signature
|
|
|
|
|
|
```ts
|
|
type TLOnTranslateHandler<T extends TLShape> = TLEventChangeHandler<T>
|
|
```
|
|
|
|
##### References
|
|
|
|
[TLShape](/gen/tlschema/TLShape-type), [TLEventChangeHandler](/gen/editor/~TLEventChangeHandler-type)
|
|
|