Constructor
new Row(id, title, descriptionopt)
- Source:
Properties:
Name |
Type |
Attributes |
Description |
id |
String
|
|
The id of the row |
title |
String
|
|
The title of the row |
description |
String
|
<optional>
|
The description of the row |
Builds a row component for a Section
Parameters:
Name |
Type |
Attributes |
Description |
id |
String
|
|
The id of the row. Maximum length: 200 characters. |
title |
String
|
|
The title of the row. Maximum length: 24 characters. |
description |
String
|
<optional>
|
The description of the row. Maximum length: 72 characters. |
Throws:
-
-
If id is not provided
-
-
Type
-
Error
-
-
If id is over 200 characters
-
-
Type
-
Error
-
-
If title is not provided
-
-
Type
-
Error
-
-
If title is over 24 characters
-
-
Type
-
Error
-
-
If description is over 72 characters
-
-
Type
-
Error