Selaa lähdekoodia

updated search index

Rodja Trappe 1 vuosi sitten
vanhempi
säilyke
24e535f0f5
1 muutettua tiedostoa jossa 5 lisäystä ja 0 poistoa
  1. 5 0
      website/static/search_index.json

+ 5 - 0
website/static/search_index.json

@@ -709,6 +709,11 @@
     "content": "The @ui.refreshable decorator allows you to create functions that have a refresh method. This method will automatically delete all elements created by the function and recreate them. refresh prune",
     "url": "/documentation/refreshable"
   },
+  {
+    "title": "Refreshable: Refreshable UI with parameters",
+    "content": "Here is a demo of how to use the refreshable decorator to create a UI that can be refreshed with different parameters.",
+    "url": "/documentation/refreshable#refreshable_ui_with_parameters"
+  },
   {
     "title": "Refreshable: Refreshable UI for input validation",
     "content": "Here is a demo of how to use the refreshable decorator to give feedback about the validity of user input.",