Tldraw/docs/gen/EVENT_NAME_MAP-var.mdx

28 wiersze
518 B
Markdown

---
title: EVENT_NAME_MAP
status: published
category: editor
group: Variable
author: api
date: 06/23/2023
order: 33
---<Small>Public Readonly Variable</Small>
##### Signature
```ts
EVENT_NAME_MAP: Record<
Exclude<TLEventName, TLPinchEventName>,
keyof TLEventHandlers
>
```
##### References
[Record](/gen/Record-type), [Exclude](/gen/Exclude-type), [TLEventName](/gen/editor/TLEventName-type), [TLPinchEventName](/gen/editor/TLPinchEventName-type), [TLEventHandlers](/gen/editor/TLEventHandlers-interface)