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
Currently it only calls setValue for single-value options and for array options.
For Collections and Maps, the interpreter only calls the getter and then adds values to the returned mutable data structure.
To provide a consistent protocol for custom bindings, it is better to always call the setter when the value of an option or positional parameter is modified.
The text was updated successfully, but these errors were encountered:
Currently it only calls
setValue
for single-value options and for array options.For Collections and Maps, the interpreter only calls the getter and then adds values to the returned mutable data structure.
To provide a consistent protocol for custom bindings, it is better to always call the setter when the value of an option or positional parameter is modified.
The text was updated successfully, but these errors were encountered: