OneSDK
    Preparing search index...

    Interface SurveyConfig

    interface SurveyConfig {
        active: null | ActiveSurvey;
        enabled: boolean;
        excludeUser: string;
        prefix: string;
        resultVisible: boolean;
        selectiveAnswerConfig: SelectiveAnswerConfig;
    }
    Index

    Properties

    active: null | ActiveSurvey
    enabled: boolean
    excludeUser: string
    prefix: string
    resultVisible: boolean
    selectiveAnswerConfig: SelectiveAnswerConfig