
This PR moves the docs site to the private repo while keeping the docs content on the public repo. ### Change Type - [x] `documentation`
53 lines
990 B
Text
53 lines
990 B
Text
---
|
|
title: noteShapeProps
|
|
status: published
|
|
category: tlschema
|
|
group: Variable
|
|
author: api
|
|
date: 06/23/2023
|
|
order: 43
|
|
---<Small>Public Readonly Variable</Small>
|
|
|
|
|
|
|
|
|
|
##### Signature
|
|
|
|
|
|
```ts
|
|
noteShapeProps: {
|
|
color: import('..').EnumStyleProp<
|
|
| 'black'
|
|
| 'blue'
|
|
| 'green'
|
|
| 'grey'
|
|
| 'light-blue'
|
|
| 'light-green'
|
|
| 'light-red'
|
|
| 'light-violet'
|
|
| 'orange'
|
|
| 'red'
|
|
| 'violet'
|
|
| 'yellow'
|
|
>
|
|
size: import('..').EnumStyleProp<'l' | 'm' | 's' | 'xl'>
|
|
font: import('..').EnumStyleProp<'draw' | 'mono' | 'sans' | 'serif'>
|
|
align: import('..').EnumStyleProp<
|
|
| 'end-legacy'
|
|
| 'end'
|
|
| 'middle-legacy'
|
|
| 'middle'
|
|
| 'start-legacy'
|
|
| 'start'
|
|
>
|
|
verticalAlign: import('..').EnumStyleProp<'end' | 'middle' | 'start'>
|
|
growY: T.Validator<number>
|
|
url: T.Validator<string>
|
|
text: T.Validator<string>
|
|
}
|
|
```
|
|
|
|
##### References
|
|
|
|
[EnumStyleProp](/gen/tlschema/EnumStyleProp-class), [T.Validator](/gen/validate/Validator-class)
|
|
|