R/propClearBtn.R

Defines functions propClearBtn

Documented in propClearBtn

#' 
#' @describeIn propUiName name for button to clear the value of a property
#' 
#' @param propName the name of the property
#'
propClearBtn <- function(propName, moduleId = NULL){
    paste0(propUiName(propName, moduleId = NULL), "ClearBtn")
}
IvoryC/shinyBioLockJ documentation built on May 29, 2021, 7:40 a.m.