Closed Swoorup closed 1 year ago
Name | Link |
---|---|
Latest commit | 40b64533bf512ce391cde573c4bb2e71bc5d0aa0 |
Latest deploy log | https://app.netlify.com/sites/shiny-selkie-5e063f/deploys/63b29ac026bc5f00082a528c |
Why
"Spline" | "Candles" | string;
instead ofstring
? It can be literally any type/
Discoverability, and autocompletion of the built-in types. Even though "Spline" | "Candles" | string;
is the same as string
, ides can give you hints on what the possible types are.
Btw I have changed such that you have BuiltInCandleOverlay
which restricts both the type and the shape of the data later.
Ok, will look into