Skip to content

Commit 70cbde2

Browse files
authored
Add point option to polygon annotation options type (#737)
1 parent 9ec0fa8 commit 70cbde2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

types/options.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ interface PolygonAnnotationOptions extends CoreAnnotationOptions, AnnotationPoin
144144
backgroundColor: Scriptable<Color, PartialEventContext>,
145145
borderCapStyle?: Scriptable<CanvasLineCap, PartialEventContext>,
146146
borderJoinStyle?: Scriptable<CanvasLineJoin, PartialEventContext>,
147+
point?: PointAnnotationOptions,
147148
radius?: Scriptable<number, PartialEventContext>,
148149
rotation?: Scriptable<number, PartialEventContext>,
149150
sides?: Scriptable<number, PartialEventContext>,

0 commit comments

Comments
 (0)