Tldraw/docs/gen/GeoShapeGeoStyle-var.mdx

44 wiersze
596 B
Markdown

---
title: GeoShapeGeoStyle
status: published
category: tlschema
group: Variable
author: api
date: 06/23/2023
order: 30
---<Small>Public Readonly Variable</Small>
##### Signature
```ts
GeoShapeGeoStyle: import('../styles/StyleProp').EnumStyleProp<
| 'arrow-down'
| 'arrow-left'
| 'arrow-right'
| 'arrow-up'
| 'check-box'
| 'diamond'
| 'ellipse'
| 'hexagon'
| 'octagon'
| 'oval'
| 'pentagon'
| 'rectangle'
| 'rhombus-2'
| 'rhombus'
| 'star'
| 'trapezoid'
| 'triangle'
| 'x-box'
>
```
##### References
[EnumStyleProp](/gen/tlschema/EnumStyleProp-class)