Przeglądaj źródła

remove ui.on_page_ready from documentation #129

Falko Schindler 2 lat temu
rodzic
commit
18d7c625c4
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      api_docs_and_examples.py

+ 0 - 1
api_docs_and_examples.py

@@ -469,7 +469,6 @@ You can run a function or coroutine as a parallel task by passing it to one of t
 - `ui.on_startup`: Called when NiceGUI is started or restarted.
 - `ui.on_shutdown`: Called when NiceGUI is shut down or restarted.
 - `ui.on_connect`: Called when a client connects to NiceGUI. (Optional argument: Starlette request)
-- `ui.on_page_ready`: Called when the page is ready and the websocket is connected (Optional argument: socket). See [Yield for Page Ready](#yield_for_page_ready) as an alternative.
 - `ui.on_disconnect`: Called when a client disconnects from NiceGUI. (Optional argument: socket)
 
 When NiceGUI is shut down or restarted, the startup tasks will be automatically canceled.