We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
public = list( blah = active_binding(function(value) { }) )
And eventually deprecate the active_bindings argument
active_bindings
The text was updated successfully, but these errors were encountered:
Maybe active_binding could have a read_only flag?
active_binding
public = list( blah = active_binding(function() { }, read_only=TRUE) )
And then there could be nice error-handling by default (similar to the goal of #100 and #99).
x$blah <- 0 # Error: blah is read-only
Sorry, something went wrong.
No branches or pull requests
And eventually deprecate the
active_bindings
argumentThe text was updated successfully, but these errors were encountered: