tldraw/docs/gen/releasePointerCapture-function-1.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

63 lines
814 B
Text

---
title: releasePointerCapture
status: published
category: editor
group: Function
author: api
date: 06/23/2023
order: 93
---<Small>Public Function</Small>
##### Parameters
<ParametersTable>
<ParametersTableRow>
<ParametersTableName>
`element`
</ParametersTableName>
<ParametersTableDescription>
```ts
Element
```
</ParametersTableDescription>
</ParametersTableRow>
<ParametersTableRow>
<ParametersTableName>
`event`
</ParametersTableName>
<ParametersTableDescription>
```ts
PointerEvent | React.PointerEvent<Element>
```
</ParametersTableDescription>
</ParametersTableRow>
</ParametersTable>
##### Returns
```ts
void
```
##### References
[Element](/gen/Element-interface), [PointerEvent](/gen/PointerEvent-interface), [React.PointerEvent](/gen/@types/react-React-PointerEvent-interface)