From 250dbbd60fcdc6c37f4094c93c07baf2f711f089 Mon Sep 17 00:00:00 2001 From: Mike Bender Date: Mon, 23 Dec 2024 14:01:44 -0500 Subject: [PATCH] Add back `use_render_queue` autodoc --- plugins/ui/docs/hooks/use_render_queue.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/plugins/ui/docs/hooks/use_render_queue.md b/plugins/ui/docs/hooks/use_render_queue.md index 28d0c0d13..45bbdcf3a 100644 --- a/plugins/ui/docs/hooks/use_render_queue.md +++ b/plugins/ui/docs/hooks/use_render_queue.md @@ -140,3 +140,9 @@ batch_example = ui_batch_example() ``` Now when we run this example and press the button, we'll see only one toast with the updated values of `a` and `b`, and they will always be the same value when the component re-renders (since the updates are batched together on the render thread). + +## API Reference + +```{eval-rst} +.. dhautofunction:: deephaven.ui.use_render_queue +```