Member Junction
    Preparing search index...

    Parameters for component feedback submission

    interface ComponentFeedbackParams {
        comments?: string;
        componentName: string;
        componentNamespace: string;
        componentVersion?: string;
        conversationDetailID?: string;
        conversationID?: string;
        dashboardID?: string;
        feedbackType?: string;
        rating: number;
        registryName?: string;
        reportID?: string;
        userEmail?: string;
    }
    Index

    Properties

    comments?: string

    Comments/feedback text (optional)

    componentName: string

    Name of the component

    componentNamespace: string

    Namespace of the component

    componentVersion?: string

    Version of the component (optional)

    conversationDetailID?: string

    Associated conversation detail ID (optional)

    conversationID?: string

    Associated conversation ID (optional)

    dashboardID?: string

    Associated dashboard ID (optional)

    feedbackType?: string

    Type of feedback (optional)

    rating: number

    Rating (0-5 scale)

    registryName?: string

    Name of the registry (optional)

    reportID?: string

    Associated report ID (optional)

    userEmail?: string

    User email for contact lookup (optional)