Values.SectionalElementSourceStores the configuration information for a visual helper element for a form. A sectional element can be a header, a text block, or a divider. These elements are static and not associated with any data.
type nonrec t = {type_ : String_.t;The type of sectional element. Valid values are Heading, Text, and Divider.
*)position : FieldPosition.t option;Specifies the position of the text in a field for a Text sectional element.
*)text : String_.t option;The text for a Text sectional element.
*)level : Integer.t option;Specifies the size of the font for a Heading sectional element. Valid values are 1 | 2 | 3 | 4 | 5 | 6.
*)orientation : String_.t option;Specifies the orientation for a Divider sectional element. Valid values are horizontal or vertical.
*)excluded : Boolean.t option;Excludes a sectional element that was generated by default for a specified data model.
*)}