Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Question Instantiating an InterfaceComponent

Joined
Feb 23, 2019
Messages
34
I see interface components are shown as
Code:
InterfaceComponent [x, y, z]
on the dev tools. Is there a standard convention for instantiating an interface component with predetermined parameters of top level component x, child component y, and so on? Or perhaps whittling a parent container down to the desired child?

I hoped chaining the containers would work, something like this:
Code:
Interfaces.newQuery().containers(x).containers(y).containers(z)
but I'm not getting any results.
 
Top