Member Junction
    Preparing search index...

    Options for opening the feedback dialog

    interface FeedbackDialogOptions {
        contextData?: Record<string, unknown>;
        currentPage?: string;
        prefilledCategory?: string;
        prefilledTitle?: string;
    }
    Index

    Properties

    contextData?: Record<string, unknown>

    Additional context data to include

    currentPage?: string

    Current page/view name (for apps where URL doesn't change during navigation)

    prefilledCategory?: string

    Pre-select a category

    prefilledTitle?: string

    Pre-fill the title