Interact.jl custom layout to @manipulate macro

I think getproperty is overload to only look in the children list. You can access the output with observe, see the @manipulate docs. So the following should work:

@layout! mp vbox(hbox(:freq1, :freq2), observe(_))
1 Like