RenderChildInvocation

constructor(workflow: Workflow<*, *, *>, props: Any?, outputType: KTypeProjection, renderingType: KTypeProjection, renderKey: String)(source)

Parameters

workflow

The child workflow that is being rendered.

props

The props value passed to renderChild.

outputType

The KType of the workflow's OutputT.

renderingType

The KType of the workflow's RenderingT.

renderKey

The string key passed to renderChild.