ODJsonConfig_DefaultShortQuestionType 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 short questions in the questions.json config!
Properties
id string ➜ string
The id of this question.
length type ➜ {enabled:boolean, max:number, min:number}
Settings related to the length of the input.
name string ➜ string
The name of this question.
placeholder string ➜ string
A placeholder for the question.
required boolean ➜ boolean
Is this question required?
type type ➜ "short"
The type of this question.