ComponentRendererProps

Definition

interface ComponentRendererProps {
    moduleId: string;
    componentId: string;
    type: ComponentType;
    additionalProps?: any;
    notFoundMessage?: string | React.ReactNode;
    isPreview?: boolean;
}

Usage

import { ComponentRendererProps } from 'uxp/components';

Last updated