We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae7e371 commit a861b72Copy full SHA for a861b72
shiny/module.py
@@ -43,7 +43,7 @@ def ui(fn: Callable[P, R]) -> Callable[Concatenate[str, P], R]:
43
44
Returns
45
-------
46
- Callable[[str, ...], R]
+ :
47
A function that takes a `str` `id` as its first argument, followed by any additional
48
parameters accepted by `fn`. When called, it returns UI elements with input/output
49
IDs automatically namespaced using the provided module `id`.
0 commit comments