tldraw/docs/gen/createShapeId-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
514 B
Text

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