Skip to content

Commit

Permalink
Add back use_render_queue autodoc
Browse files Browse the repository at this point in the history
  • Loading branch information
mofojed committed Dec 23, 2024
1 parent a962ad1 commit 250dbbd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions plugins/ui/docs/hooks/use_render_queue.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit 250dbbd

Please sign in to comment.