Unplanned
Last Updated: 01 Oct 2021 04:56 by ADMIN
Imported User
Created on: 18 Jul 2013 10:26
Category: Data Source
Type: Feature Request
3
Update observable object from another object
Would be good to have ability to to something like this on an observable object:
o.set({ a: 1 })
I.e. pass an object to the set function to update/add properties in o from that object.
1 comment
Kevin
Posted on: 26 Aug 2013 16:00
Agreed. Although generally helpful, I specifically want this to revert changes or easily swap information into and out of a set of views. So this is partially linked to the "revert observable" request.