
This PR moves the docs site to the private repo while keeping the docs content on the public repo. ### Change Type - [x] `documentation`
32 lines
595 B
Text
32 lines
595 B
Text
---
|
|
title: TLEventName
|
|
status: published
|
|
category: editor
|
|
group: TypeAlias
|
|
author: api
|
|
date: 06/23/2023
|
|
order: 134
|
|
---<Small>Public TypeAlias</Small>
|
|
|
|
|
|
|
|
|
|
##### Signature
|
|
|
|
|
|
```ts
|
|
type TLEventName =
|
|
| 'cancel'
|
|
| 'complete'
|
|
| 'interrupt'
|
|
| 'wheel'
|
|
| TLCLickEventName
|
|
| TLKeyboardEventName
|
|
| TLPinchEventName
|
|
| TLPointerEventName
|
|
```
|
|
|
|
##### References
|
|
|
|
[TLCLickEventName](/gen/editor/TLCLickEventName-type), [TLKeyboardEventName](/gen/editor/TLKeyboardEventName-type), [TLPinchEventName](/gen/editor/TLPinchEventName-type), [TLPointerEventName](/gen/editor/TLPointerEventName-type)
|
|
|