blob: 123ccb9a09dcc51bcb285685ece407f403bf5ae8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
A resource can be `refreshed` when `notified` by another resource.
---
Relationship params:
- `before`: before target resource
- `require`: after target resource
- `notify`: before target resource, target refreshes if this changes
- `subscribe`: after target resource and then notified if target changes
> Can be a list of resources
|