classEventHandler: An event handler for objects with given class

View source: R/events.r

classEventHandlerR Documentation

An event handler for objects with given class

Description

An event handler for objects with given class

Usage

classEventHandler(class, fun, event = "change", css.locator = "",
  inner.js.code = NULL, shiny.value.code = NULL, eventId = paste0(class,
  "_class_", event, "_event"), class.prefix = ".", stop.propagation = FALSE,
  ...)

skranz/shinyEvents documentation built on Jan. 1, 2023, 9:25 a.m.