PaintObjectPropertyMap: { bounds: Bounds; position: PointLocation; fontSize: number; fontFamily: string; fontWeight: "normal" | "bold"; fontStyle: "normal" | "italic"; opacity: number; text: string; lineWidth: number; lineColor: Color; fillColor: Color; rotation: number; shadowBlur: number; shadowColor: string; endPosition: PointLocation; radius: number; points: PointLocation[] }

Type mapping for all possible property values

Type declaration

  • bounds: Bounds
  • position: PointLocation
  • fontSize: number
  • fontFamily: string
  • fontWeight: "normal" | "bold"
  • fontStyle: "normal" | "italic"
  • opacity: number
  • text: string
  • lineWidth: number
  • lineColor: Color
  • fillColor: Color
  • rotation: number
  • shadowBlur: number
  • shadowColor: string
  • endPosition: PointLocation
  • radius: number
  • points: PointLocation[]