interface ISurveyErrored {
    backwardText: string;
    error: ISurveyError;
    forwardText: string;
    okText: string;
    programKey: string;
    serverId: string;
    showBackward: boolean;
    showForward: boolean;
    surveyId: string;
    values: {
        [key: string]: string;
    };
}

Hierarchy

Properties

backwardText: string
forwardText: string
okText: string
programKey: string
serverId: string
showBackward: boolean
showForward: boolean
surveyId: string
values: {
    [key: string]: string;
}

Type declaration

  • [key: string]: string

Generated using TypeDoc