dotnet-websharper/d3

Force.Nodes binding type

Closed this issue · 0 comments

I am using something like this:

type Force with
    [<Inline "$0.nodes($1)">]
    member f.Nodes(xs: array<ForceNode>) = f

Not typeable with current binding.