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: docs/src/COMPONENT_API.json
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -17499,7 +17499,7 @@
17499
17499
{
17500
17500
"name": "legendText",
17501
17501
"kind": "let",
17502
-
"description": "Specify the legend text",
17502
+
"description": "Specify the legend text.\nAlternatively, use the named slot \"legendChildren\".\n@example \n```svelte\n<TileGroup>\n <span slot=\"legendChildren\">Custom Legend</span>\n</TileGroup>\n```",
0 commit comments