You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Map/src/Polygon.php
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,9 @@ final class Polygon implements Element
22
22
{
23
23
/**
24
24
* @param array<Point>|array<array<Point>> $points a list of point representing the polygon, or a list of paths (each path is an array of points) representing a polygon with holes
25
-
* @param array<string, mixed> $extra Extra data, can be used by the developer to store additional information and use them later JavaScript side
25
+
* @param array<string, mixed> $extra Extra data forwarded to the JavaScript side. It can be used in your custom
26
+
* Stimulus controller to benefit from greater flexibility and customization.
27
+
* These data must be serializable to JSON. These data are not used by UX Map.
0 commit comments