lineShapeProps
Public readonly variable
Signature
lineShapeProps: {
color: import('../styles/StyleProp').EnumStyleProp<
| 'black'
| 'blue'
| 'green'
| 'grey'
| 'light-blue'
| 'light-green'
| 'light-red'
| 'light-violet'
| 'orange'
| 'red'
| 'violet'
| 'white'
| 'yellow'
>
dash: import('../styles/StyleProp').EnumStyleProp<
'dashed' | 'dotted' | 'draw' | 'solid'
>
points: T.DictValidator<
string,
{
id: string
index: IndexKey
x: number
y: number
} & {}
>
size: import('../styles/StyleProp').EnumStyleProp<'l' | 'm' | 's' | 'xl'>
spline: import('../styles/StyleProp').EnumStyleProp<'cubic' | 'line'>
}
References
EnumStyleProp, T.DictValidator
Source