highlightShapeProps
Public readonly variable
Signature
highlightShapeProps: {
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'>
segments: T.ArrayOfValidator<{
type: 'free' | 'straight'
points: import('..').VecModel[]
}>
isComplete: T.Validator<boolean>
isPen: T.Validator<boolean>
}
References
EnumStyleProp, T.ArrayOfValidator, VecModel, T.Validator
Source