Skip to main content

ODJsonConfig_DefaultParagraphQuestionType interface

under construction

We are still working the API Reference! This page might be incomplete or doesn't contain all details!

Overview

This interface is an object which has all properties for paragraph questions in the questions.json config!

View Source

Properties


id string string

The id of this question.

View Source


length type {enabled:boolean, max:number, min:number}

Settings related to the length of the input.

View Source


name string string

The name of this question.

View Source


placeholder string string

A placeholder for the question.

View Source


required boolean boolean

Is this question required?

View Source


type type "paragraph"

The type of this question.

View Source