create_router_callback: Internal function creating a router callback function. One...

View source: R/router.R

create_router_callbackR Documentation

Internal function creating a router callback function. One need to call router callback with Shiny input and output in server code.

Description

Internal function creating a router callback function. One need to call router callback with Shiny input and output in server code.

Usage

create_router_callback(root, routes = NULL)

Arguments

root

Main route to which all invalid routes should redirect.

routes

A routes (list).

Value

Router callback.


Appsilon/shiny.router documentation built on April 21, 2024, 5:48 p.m.