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
ArrayModel::[Symbol.iterator]() - no alternative yet
As part of introducing Object-based models, and extracting models into a separate package for wider use, it would be great to replace these APIs with some alternatives that do not require invoking binder nodes from models.
Let's deprecate these APIs and provide alternative API for iterating arrays in the binder node.
Documentation needs to be updated accordingly.
The text was updated successfully, but these errors were encountered:
In few cases, the current models' API implementation requires direct access to the respective binder node:
AbstractModel::valueOf()
- alternative:binderNode.value
AbstractModel::toString()
- alternative:String(binderNode.value)
ArrayModel::[Symbol.iterator]()
- no alternative yetAs part of introducing Object-based models, and extracting models into a separate package for wider use, it would be great to replace these APIs with some alternatives that do not require invoking binder nodes from models.
Let's deprecate these APIs and provide alternative API for iterating arrays in the binder node.
Documentation needs to be updated accordingly.
The text was updated successfully, but these errors were encountered: