File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ quartodoc:
5656 - ui.input_password
5757 - ui.input_action_button
5858 - ui.input_action_link
59+ - ui.input_task_button
5960 - title : Value boxes
6061 desc : Prominently display a value and label in a box that can be expanded to show more information.
6162 contents :
@@ -140,6 +141,9 @@ quartodoc:
140141 dynamic : " shiny.ui.update_text"
141142 - name : ui.update_navs
142143 dynamic : true
144+ - ui.update_action_button
145+ - ui.update_action_link
146+ - ui.update_task_button
143147 - title : Update UI Layouts
144148 desc : " "
145149 contents :
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ quartodoc:
2828 - express.ui.input_password
2929 - express.ui.input_action_button
3030 - express.ui.input_action_link
31+ - express.ui.input_task_button
3132 - title : Output components
3233 desc : Reactively render output.
3334 contents :
@@ -121,6 +122,9 @@ quartodoc:
121122 dynamic : " shiny.ui.update_text"
122123 - name : express.ui.update_navs
123124 dynamic : true
125+ - express.ui.update_action_button
126+ - express.ui.update_action_link
127+ - express.ui.update_task_button
124128 - title : Update UI Layouts
125129 desc : " "
126130 contents :
You can’t perform that action at this time.
0 commit comments