3.0.0 • Published 10 years ago

watchable-object v3.0.0

Weekly downloads
3
License
ISC
Repository
github
Last release
10 years ago

Build Status Coverage Status Gitter

var person = new WatchableObject();
person.watch(function () {
  
});
person.set("name", "Liam Neeson"); // triggers listener

WatchableObject(properties)

initial properties

get(keypath)

keypath to the value

set(keypath, value)

sets a value on the object

watcher watch(listener)

watch for any changes on the object

watcher.dispose()

disposes a watcher

3.0.0

10 years ago

2.0.14

10 years ago

2.0.13

10 years ago

2.0.11

10 years ago

2.0.10

10 years ago

2.0.9

10 years ago

2.0.8

10 years ago

2.0.7

10 years ago

2.0.6

10 years ago

2.0.5

10 years ago

2.0.4

10 years ago

2.0.3

10 years ago

2.0.2

10 years ago

2.0.1

10 years ago

2.0.0

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago

0.0.16

10 years ago

0.0.15

10 years ago

0.0.14

10 years ago

0.0.12

10 years ago

0.0.11

10 years ago

0.0.10

10 years ago

0.0.9

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago