Component.getComponents

Returns the Components object that gives access to all nested sub-components available to the component. An individual component can then be accessed using its prefix as shown in the examples below.

Javascript example:

 components.PREFIX1.components.PREFIX2;
 components.PREFIX1.getComponents().PREFIX2;
 

returns Components