jamespot-user-api
    Preparing search index...

    Type Alias ContentFactorySurveyData

    type ContentFactorySurveyData = {
        anonymousResponse?: string | null;
        bannerSrc?: string;
        description?: string;
        multipleResponse?: string | null;
        pollContent: SurveySection[];
        pollLinks: Record<string, string> | null;
        pollMessage?: string;
        pollResponseAuthorVisibility?: string | null;
        pollResponseShowProgression?: string | null;
        pollResponseShowRespondent?: string | null;
        pollResponseUserVisibility?: string | null;
    }
    Index

    Properties

    anonymousResponse?: string | null
    bannerSrc?: string
    description?: string
    multipleResponse?: string | null
    pollContent: SurveySection[]
    pollLinks: Record<string, string> | null
    pollMessage?: string
    pollResponseAuthorVisibility?: string | null
    pollResponseShowProgression?: string | null
    pollResponseShowRespondent?: string | null
    pollResponseUserVisibility?: string | null