
This PR moves the docs site to the private repo while keeping the docs content on the public repo. ### Change Type - [x] `documentation`
30 lines
503 B
Text
30 lines
503 B
Text
---
|
|
title: TLOnHandleChangeHandler
|
|
status: published
|
|
category: editor
|
|
group: TypeAlias
|
|
author: api
|
|
date: 06/23/2023
|
|
order: 153
|
|
---<Small>Public TypeAlias</Small>
|
|
|
|
|
|
|
|
|
|
##### Signature
|
|
|
|
|
|
```ts
|
|
type TLOnHandleChangeHandler<T extends TLShape> = (
|
|
shape: T,
|
|
info: {
|
|
handle: TLHandle
|
|
isPrecise: boolean
|
|
}
|
|
) => TLShapePartial<T> | void
|
|
```
|
|
|
|
##### References
|
|
|
|
[TLShape](/gen/tlschema/TLShape-type), [TLHandle](/gen/tlschema/TLHandle-interface), [TLShapePartial](/gen/tlschema/TLShapePartial-type)
|
|
|