Type alias PaintObjectPropertyMap
Paint
Object
Property
Map
: { 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 declaration
-
bounds: Bounds
-
-
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
-
-
radius: number
-
Type mapping for all possible property values