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: static/arguments.json
+12
Original file line number
Diff line number
Diff line change
@@ -2468,6 +2468,18 @@
2468
2468
"default": "`:outside_bottom`",
2469
2469
"description": "The side to anchor the Overlay to. One of `:inside_bottom`, `:inside_center`, `:inside_left`, `:inside_right`, `:inside_top`, `:outside_bottom`, `:outside_left`, `:outside_right`, or `:outside_top`."
2470
2470
},
2471
+
{
2472
+
"name": "loading_label",
2473
+
"type": "String",
2474
+
"default": "`\"Loading content...\"`",
2475
+
"description": "The aria-label to use when the panel is loading, defaults to 'Loading content...'."
2476
+
},
2477
+
{
2478
+
"name": "loading_description",
2479
+
"type": "String",
2480
+
"default": "`nil`",
2481
+
"description": "The description to use when the panel is loading. If not provided, no description will be used."
Copy file name to clipboardexpand all lines: static/info_arch.json
+38
Original file line number
Diff line number
Diff line change
@@ -7653,6 +7653,18 @@
7653
7653
"default": "`:outside_bottom`",
7654
7654
"description": "The side to anchor the Overlay to. One of `:inside_bottom`, `:inside_center`, `:inside_left`, `:inside_right`, `:inside_top`, `:outside_bottom`, `:outside_left`, `:outside_right`, or `:outside_top`."
7655
7655
},
7656
+
{
7657
+
"name": "loading_label",
7658
+
"type": "String",
7659
+
"default": "`\"Loading content...\"`",
7660
+
"description": "The aria-label to use when the panel is loading, defaults to 'Loading content...'."
7661
+
},
7662
+
{
7663
+
"name": "loading_description",
7664
+
"type": "String",
7665
+
"default": "`nil`",
7666
+
"description": "The description to use when the panel is loading. If not provided, no description will be used."
0 commit comments