Skip to main content

ODModalDataQuestion interface

under construction

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

Overview

This interface contains the data to build a modal question.

View Source

Properties


customId string string

The custom id of this modal question

View Source


optional label string string

The label of this modal question

View Source


optional maxLength number number

The max length of this modal question

View Source


optional minLength number number

The min length of this modal question

View Source


optional placeholder string string

The placeholder of this modal question

View Source


optional required boolean boolean

Is this modal question required?

View Source


style type "short"|"paragraph"

The style of this modal question

View Source


optional value string string

The initial value of this modal question

View Source