Skip to content

Commit 0426f55

Browse files
committed
Broken
1 parent 949f7b0 commit 0426f55

File tree

16 files changed

+850
-320
lines changed

16 files changed

+850
-320
lines changed

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,31 @@
99
- `npm run build`
1010
- `npm run watch`
1111

12+
## DOC
13+
14+
// un peu bancal mais ça marche...
15+
- raw : string|null
16+
- parsed : any | () => any
17+
- value : any (evaluate () => any + preproc + default value)
18+
- getter => get value with final type.
19+
- setter => set parsed.
20+
21+
=> type issues with manager...
22+
23+
=> parent listen children
24+
=> parent signal ???
25+
=> children.attach()
26+
=> requestUpdate => parentChanged => update.
27+
=> children.detach()
28+
29+
=> listen properties.
30+
=> throttle
31+
=> requestUpdate
32+
=> if no changes : nothing
33+
=> if changes update()
34+
=> order depending on type (datasets before scales, etc)
35+
=> permet de retirer beforeChartUpdate()
36+
1237
## TODO
1338

1439
- doc StringEval types + auto-deduce.

0 commit comments

Comments
 (0)