get_router_page_metadata: Get the metadata of the current page

View source: R/shiny.R

get_router_page_metadataR Documentation

Get the metadata of the current page

Description

Get the list stored in the metadata attribute of the current page.

Usage

get_router_page_metadata(session = shiny::getDefaultReactiveDomain())

Arguments

session

The current shiny session object.

Value

The metadata list for the current router_page().

Examples

## Not run: 
get_router_page_metadata()

## End(Not run)

gorcha/shinypages documentation built on June 29, 2022, 4:38 a.m.