[]
Specifies whether the layout should break the flow after the component.
public enum BreakType
| Name | Description |
|---|---|
| Column | Creates a new column after this component. |
| Group | Creates a new row starting below the current component, at the left edge of the current group. |
| None | The layout should not break the flow after the component. |
| Row | Causes next component to be placed in a new row within the flow. |