tldraw/docs/gen/EnumStyleProp-class.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

46 lines
588 B
Text

---
title: EnumStyleProp
status: published
category: tlschema
group: Class
author: api
date: 06/23/2023
order: 28
---<Small>Public Class</Small>
<details>
<summary>Table of Contents</summary>
- [Properties](#properties)
- [values](#EnumStyleProp-values-member)
</details>
##### Signature
```ts
class EnumStyleProp<T> extends StyleProp<T> {}
```
##### References
[StyleProp](/gen/tlschema/StyleProp-class)
---
## Properties
### `values` \{#EnumStyleProp-values-member}
<Small>Public Readonly Property</Small>
##### Signature
```ts
readonly values: readonly T[]
```
---