Type Alias: ComputeChildren()
ComputeChildren = (
componentData,componentProps) =>Record<string,any>
Function that calculates all child properties of a component. Internal use only.
Parameters
componentData
the data required to display a component.
componentProps
Record<string, any>
the calculated properties of the component.
Returns
Record<string, any>
the Record with calculated child properties.