validate.array.param.value(app, val, transform.labeled = FALSE)
validate.param.value
. Default: FALSE
.val
must be a list.
length(val)
must be in the acceptable range (between app$min
and app$max
inclusive).
val
must be validate by app$prototype
.
transform.labeled
is passed on.