Function: getChildren()
getChildren(
data,componentTreeItem,componentProps):Record<string,any>
Returns the Record with all child components. Internal use only.
Parameters
data
the parent component's data necessary to display the component.
componentTreeItem
ComponentType<ComponentTreeProps>
the type of React component that wraps child components.
componentProps
Record<string, any>
the properties of the parent component.
Returns
Record<string, any>
the Record with all child components.