Input

constructor(key: String? = null, required: Boolean = false, header: InputHeader? = null, columns: Int? = null)

Parameters

key

The key of the input that is used for saving the data in the result bundle. (Alternatively the index of the input is used.)

required

If the input is required to finish the dialog.

header

The additional InputHeader to add more context information to the selection.

columns

The columns that this input spans.