Hi,
Is there an API to get reference to attached component if I only have a reference to the parent?
e.g.
tabbar = layout.cells(‘a’).attachTabbar();
// later tabbar ref is not available, but layout is available
// is it possible to do something like:
tabbar = layout.cells(‘a’).getAttachedTabbar() ?