getChildren()
Obtains the list of children for the current component. The iterator is also reset to the beginning of the index.
Returns
An object containing the list of children.
Parameters
This API does not have parameters.
Usage example
In this example, the API retrieves the list of child components from the current component. This list is stored in the children variable.
const children = getPConnect().getChildren();
Previous topic getCaseSummary() Next topic getComponentName()