callback_mapping {shiny.router} | R Documentation |
Create a mapping between a UI element and a server callback.
Description
Create a mapping between a UI element and a server callback.
Usage
callback_mapping(path, ui, server = NA)
Arguments
path |
Bookmark id. |
ui |
Valid Shiny user interface. |
server |
Function that is called within the global server function if given |
Value
list with ui and server fields
[Package shiny.router version 0.3.1 Index]