ComponentRenderer

A component to fetch and render any widget or UI component.

Installation

import { ComponentRenderer } from 'uxp/components';

Signature

const ComponentRenderer: React.MemoExoticComponent<React.FunctionComponent<ComponentRendererProps>>

Properties

Name
Type
Mandatory
Default Value
Example Value

moduleId

string

Yes

-

-

componentId

string

Yes

-

-

type

Yes

-

-

additionalProps

any

No

-

-

notFoundMessage

string | React.ReactNode

No

-

-

isPreview

boolean

No

-

-

Last updated