Public readonly variable

Signature
highlightShapeProps: {
  color: import('..').EnumStyleProp<
    | 'black'
    | 'blue'
    | 'green'
    | 'grey'
    | 'light-blue'
    | 'light-green'
    | 'light-red'
    | 'light-violet'
    | 'orange'
    | 'red'
    | 'violet'
    | 'white'
    | 'yellow'
  >
  isComplete: T.Validator<boolean>
  isPen: T.Validator<boolean>
  segments: T.ArrayOfValidator<
    {
      points: import('..').VecModel[]
      type: 'free' | 'straight'
    } & {}
  >
  size: import('..').EnumStyleProp<'l' | 'm' | 's' | 'xl'>
}
References

EnumStyleProp, T.Validator, T.ArrayOfValidator, VecModel

Source

packages/tlschema/src/shapes/TLHighlightShape.ts

getDefaultTranslationLocaleimageShapeProps