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


shiny.router documentation built on April 18, 2023, 9:08 a.m.