Home > @uniformdev/canvas-react > UniformComponent

UniformComponent() function

Allows the rendering of a Canvas component instance (root or not), and its children if it has any. Note that the actual rendering happens inside <UniformSlot />, which you should use in most cases.

Signature:

Parameters

<table><thead><tr><th>

Parameter

</th><th>

Type

</th><th>

Description

</th></tr></thead> <tbody><tr><td>

{ data, resolveRenderer, children, behaviorTracking, contextualEditingDefaultPlaceholder, }

</td><td>

UniformComponentProps<TRenderProps>

</td><td>

</td></tr> </tbody></table> Returns:

React$1.JSX.Element | null