Defines the desired user interface is a multi-line text area. See https://developers.arcgis.com/web-map-specification/objects/formTextAreaInput/.

interface FormTextAreaInputJson {
    maxLength?: number;
    minLength?: number;
    type: "text-area";
}

Properties

maxLength?: number

This represents the maximum number of characters allowed. If not supplied, the value is derived from the length property of the referenced field in the service.

minLength?: number

This represents the minimum number of characters allowed. If not supplied, the value is 0, meaning there is no minimum constraint.

type

The input type identifier.