R/propModuleFlipPanel.R

Defines functions propModuleFlipPanel

Documented in propModuleFlipPanel

#' 
#' @describeIn propUiName name for a tabpanel within a module section, flips between panel for active ui and panel for viewing the proprety that is set elsehwere.
#'
propModuleFlipPanel <- function(propName, moduleId){
    return( paste0(propUiName(propName), moduleId, "FlipperPanel") )
}
IvoryC/shinyBioLockJ documentation built on May 29, 2021, 7:40 a.m.