From 5f4b82a5ccc66c1c513dcb61ea83dd0a6f9f2c7f Mon Sep 17 00:00:00 2001 From: stockiNail Date: Mon, 16 May 2022 13:53:49 +0200 Subject: [PATCH] Add point option to polygon annotation options type --- types/options.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/types/options.d.ts b/types/options.d.ts index fe0b7b4a9..3295c04eb 100644 --- a/types/options.d.ts +++ b/types/options.d.ts @@ -144,6 +144,7 @@ interface PolygonAnnotationOptions extends CoreAnnotationOptions, AnnotationPoin backgroundColor: Scriptable, borderCapStyle?: Scriptable, borderJoinStyle?: Scriptable, + point?: PointAnnotationOptions, radius?: Scriptable, rotation?: Scriptable, sides?: Scriptable,