Constructor
new Section(title, …rows)
- Source:
Properties:
Name | Type | Description |
---|---|---|
title |
String | The title of the section |
rows |
Array.<Row> | The rows of the section |
Builds a section component for ActionList
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
title |
String | Title of the section, only required if there are more than one section | |
rows |
Row |
<repeatable> |
Rows of the section |
Throws:
-
-
If title is over 24 characters if provided
- Type
- Error
-
-
-
If no rows are provided or are over 10
- Type
- Error
-