You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: shiny/bookmark/_button.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ async def _():
63
63
disabled
64
64
Whether the button is disabled.
65
65
id
66
-
An ID for the bookmark button.
66
+
An ID for the bookmark button. This should only be provided when multiple buttons are needed (or used inside a module). See the note on multiple buttons.
67
67
title
68
68
A tooltip that is shown when the mouse cursor hovers over the button.
0 commit comments