InputText

class InputText(text: String, header: InputHeader? = null, columns: Int? = null) : Input

Represents a text body.

Parameters

text

The text of the body

header

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

columns

The columns that this input spans.

Constructors

Link copied to clipboard
constructor(text: String, header: InputHeader? = null, columns: Int? = null)