R/propInfoId.R

Defines functions propInfoId

Documented in propInfoId

#'
#' @describeIn propUiName the ui id for the info icon about defaults
#'
#' @return an id
#'
propInfoId <- function(propName, moduleId = NULL){
    paste0(propUiName(propName, moduleId = NULL), "Info")
}
IvoryC/shinyBioLockJ documentation built on May 29, 2021, 7:40 a.m.