Skip to main content

Introducing Workflow Engine, try for FREE workflowengine.io.

Type Alias: ComputeChildren()

ComputeChildren: (componentData, componentProps) => Record<string, any>

Function that calculates all child properties of a component. Internal use only.

Parameters

componentData: 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.