FormSectionalElement

data class FormSectionalElement(val excluded: Boolean? = null, val level: Double? = null, val orientation: String? = null, val position: Any? = null, val text: String? = null, val type: String)

Constructors

Link copied to clipboard
constructor(excluded: Boolean? = null, level: Double? = null, orientation: String? = null, position: Any? = null, text: String? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val excluded: Boolean? = null

Excludes a sectional element that was generated by default for a specified data model.

Link copied to clipboard
val level: Double? = null

Specifies the size of the font for a Heading sectional element. Valid values are 1 | 2 | 3 | 4 | 5 | 6 .

Link copied to clipboard
val orientation: String? = null

Specifies the orientation for a Divider sectional element. Valid values are horizontal or vertical .

Link copied to clipboard
val position: Any? = null

Specifies the position of the text in a field for a Text sectional element.

Link copied to clipboard
val text: String? = null

The text for a Text sectional element.

Link copied to clipboard

The type of sectional element. Valid values are Heading , Text , and Divider .