- Joined
- Feb 23, 2019
- Messages
- 34
- Thread Author
- #1
I see interface components are shown as
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:
but I'm not getting any results.
Code:
InterfaceComponent [x, y, z]
I hoped chaining the containers would work, something like this:
Code:
Interfaces.newQuery().containers(x).containers(y).containers(z)