Couldn't find any documentation on this on the Knockout site, other than the knockout mapping plug in exposes it.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
sigh - as soon as you post it - you find the answer. Ironically via the knockout site : http://knockoutjs.com/documentation/observableArrays.html and http://knockoutjs.com/documentation/plugins-mapping.html
So in brief: mappedRemove and mappedRemoveAll removes an element in the same way that remove does, but allows you to do operations on the key. mappedDestroy and mappedDestroyAll is there as a convenience for Ruby developers and adds _destroy to the object. No idea why - I'm not a Ruby developer. |
|||
|
|