You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So for instance a Layer is created ST-style and then frozen, and can no longer be mutated. That way we get a pure interface safely, as you can only locally mutate while building, and then the effectfulness is restricted to actually setting layers on a chart, etc.
There may be a good reason why it's not possible to do this, but it's an idea anyway 😄
So for instance a
Layeris createdST-style and then frozen, and can no longer be mutated. That way we get a pure interface safely, as you can only locally mutate while building, and then the effectfulness is restricted to actually setting layers on a chart, etc.There may be a good reason why it's not possible to do this, but it's an idea anyway 😄