ComponentRendererProps
Definition
interface ComponentRendererProps {
moduleId: string;
componentId: string;
type: ComponentType;
additionalProps?: any;
notFoundMessage?: string | React.ReactNode;
isPreview?: boolean;
}Usage
import { ComponentRendererProps } from 'uxp/components';Related Types
Last updated