You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The way it would look is you'd be able to provide a function (instead of an R expression) to onevent. I would still support expressions because it's easier to type than a function, and for backwards compatibility. If the function has an argument, the javascript event details could be passed as that argument. I'm pretty sure there will be problems serializing the javascript object because of cyclic values in the event.
The way it would look is you'd be able to provide a function (instead of an R expression) to
onevent
. I would still support expressions because it's easier to type than a function, and for backwards compatibility. If the function has an argument, the javascript event details could be passed as that argument. I'm pretty sure there will be problems serializing the javascript object because of cyclic values in the event.Suggested in #91
The text was updated successfully, but these errors were encountered: