SingleInputSection

constructor(input: Input, nextSectionInputId: String? = null, submitForm: Boolean? = false)

Parameters

input

The input object which describes how the input will be presented and collected from a user.

nextSectionInputId

The unique identifier of the next section in the form.

submitForm

Determines whether this is the last section. Use this to inform the user that completing this section submits the form.