tldraw/docs/gen/isShapeId-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

49 lines
541 B
Text

---
title: isShapeId
status: published
category: tlschema
group: Function
author: api
date: 06/23/2023
order: 39
---<Small>Public Function</Small>
##### Parameters
<ParametersTable>
<ParametersTableRow>
<ParametersTableName>
`id`
<Small>(optional)</Small>
</ParametersTableName>
<ParametersTableDescription>
```ts
string
```
</ParametersTableDescription>
</ParametersTableRow>
</ParametersTable>
##### Returns
```ts
id is TLShapeId
```
##### References
[id](/gen/tlschema/~id), [TLShapeId](/gen/tlschema/TLShapeId-type)