Ruckus
09/26/2018, 6:49 PMredIcons {
iconColor.value = c("red")
}
greenIcons {
iconColor.value = c("green")
}
The value is just forwarded on to the current internal property holder (there's one created for each selector). Otherwise the property could only be set to a single global value, and would be useless.