Member Junction
    Preparing search index...

    Data submitted from the feedback form

    interface FeedbackSubmission {
        actualBehavior?: string;
        affectedArea?: string;
        appName?: string;
        appVersion?: string;
        category: string;
        currentPage?: string;
        description: string;
        email?: string;
        environment?: FeedbackEnvironment;
        expectedBehavior?: string;
        metadata?: Record<string, unknown>;
        name?: string;
        proposedSolution?: string;
        screenSize?: string;
        severity?: FeedbackSeverity;
        stepsToReproduce?: string;
        timestamp?: string;
        title: string;
        useCase?: string;
        userAgent?: string;
        userId?: string;
    }
    Index

    Properties

    actualBehavior?: string
    affectedArea?: string
    appName?: string
    appVersion?: string
    category: string
    currentPage?: string

    Current page/view name (for apps with tab-based navigation where URL doesn't change)

    description: string
    email?: string
    environment?: FeedbackEnvironment
    expectedBehavior?: string
    metadata?: Record<string, unknown>
    name?: string
    proposedSolution?: string
    screenSize?: string
    severity?: FeedbackSeverity
    stepsToReproduce?: string
    timestamp?: string
    title: string
    useCase?: string
    userAgent?: string
    userId?: string