nx.data.ObservableDictionary Class
Constructor
Item Index
Methods
clear
()
monitor
(
-
handler
Apply a diff watcher, which handles each key-item-pair in the collection, to the dictionary.
Parameters:
-
handler
Objectlambda(key, item) returning a rollback method
Returns:
unwatcher A Object with unwatch method.