
This PR moves the docs site to the private repo while keeping the docs content on the public repo. ### Change Type - [x] `documentation`
26 lines
421 B
Text
26 lines
421 B
Text
---
|
|
title: BookmarkShape
|
|
status: published
|
|
category: editor
|
|
group: Variable
|
|
author: api
|
|
date: 06/23/2023
|
|
order: 8
|
|
---<Small>Public Readonly Variable</Small>
|
|
|
|
|
|
|
|
|
|
##### Signature
|
|
|
|
|
|
```ts
|
|
BookmarkShape: import('../../../config/defineShape').TLShapeInfo<
|
|
import('@tldraw/tlschema').TLBookmarkShape
|
|
>
|
|
```
|
|
|
|
##### References
|
|
|
|
[TLShapeInfo](/gen/editor/TLShapeInfo-type), [TLBookmarkShape](/gen/tlschema/TLBookmarkShape-type)
|
|
|