mirror of
https://github.com/wekan/wekan.git
synced 2026-01-22 09:16:10 +01:00
32 lines
966 B
Markdown
32 lines
966 B
Markdown
wekan-cfs-reactive-property [](https://travis-ci.org/CollectionFS/Meteor-reactive-property)
|
|
=========
|
|
|
|
~~Looking for maintainers - please reach out!~~
|
|
This package is to be archived due to inability to find contributors, thanks to everyone who helped make it possible.
|
|
|
|
**If you're looking for an alternative, we highly recommend [Meteor-Files](https://github.com/VeliovGroup/Meteor-Files) by [VeliovGroup](https://github.com/VeliovGroup)**
|
|
|
|
---
|
|
|
|
ReactiveProperty:
|
|
* `get` Get value
|
|
* `set` Set value
|
|
* `getset` A combined getter and setter
|
|
* `inc` Increase numeric values
|
|
* `dec` Decrease numeric values
|
|
|
|
And... It's powered by Meteor's reactive sugar :)
|
|
|
|
Kind regards Eric(@aldeed) and Morten(@raix)
|
|
|
|
Happy coding!!
|
|
|
|
#API
|
|
[API Documentation](api.md)
|
|
|
|
#Contribute
|
|
[API Complete Documentation](internal.api.md)
|
|
Update docs, `npm install docmeteor`
|
|
```bash
|
|
$ docmeteor
|
|
```
|