Skip to content

Separator

To provide more flexibility with rendering of controls and sections, set the visibility of the separator lines.


When assigning a rule to a property of Separator, the rule will be passed an instance of the following proxy class as an argument:


Separator Properties

Property Type Required Default
BottomSectionSeparator boolean No true
FooterSeparator boolean No true
HeaderSeparator boolean No true
TopSectionSeparator boolean No false

BottomSectionSeparator

Sets the visibility of the separator line at the bottom of the section. Default value for iOS is false, for Android and Web it is true.

  • type: boolean
  • default: true

FooterSeparator

Sets the visibility of the separator line between the footer and section.

  • type: boolean
  • default: true

HeaderSeparator

Sets the visibility of the separator line between the header and section.

  • type: boolean
  • default: true

TopSectionSeparator

Sets the visibility of the separator line at the top of the section. iOS only.

  • type: boolean
  • default: false