callback_mapping: Create a mapping between a UI element and a server callback.

View source: R/router.R

callback_mappingR 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


Appsilon/shiny.router documentation built on Sept. 12, 2023, 7:42 p.m.