File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed
Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change 1-
21#Node-Overload
32
43##exports
54
65* Watchable(onGet,onSet,onForeach)
76
8- Supplies getter and setter callbacks across all the properties along with a for(x in y) callback that returns the list
9- Callback's can use the _this_ object in order to act normally without reinvoking themselves.
7+ Supplies getter and setter callbacks across all the properties along with a for(x in y) callback that returns the list
8+ Callback's can use the __this__ object in order to act normally without reinvoking themselves.
109
11- ** Value onGet(String propertyName, Value value, hadAlready)
10+ * Value onGet(String propertyName, Value value, hadAlready)
1211
13- Returns the value at a specific index
14- ** Value onSet(String propertyName, Value oldValue, Value value, hadAlready)
12+ Returns the value at a specific index
13+ * Value onSet(String propertyName, Value oldValue, Value value, hadAlready)
1514
16- Returns the value to save at a specific index
17- ** Array onForeach()
15+ Returns the value to save at a specific index
16+ * Array onForeach()
1817
19- Returns an array containing all the index keys for this object
18+ Returns an array containing all the index keys for this object
2019
2120
2221
You can’t perform that action at this time.
0 commit comments