docs/List.html
| Name | Type | Optional | Description |
|---|---|---|---|
body
|
|
| | |
buttonText
|
|
| | |
sections
|
|
| | |
title
|
|
|
Value can be null.
| |
footer
|
|
|
Value can be null.
|
List button text
Message body
footer of message
sections of message
title of message
Creates section array from simple array
Input: [{title:'sectionTitle',rows:[{id:'customId', title:'ListItem2', description: 'desc'},{title:'ListItem2'}]}}]
Returns: [{'title':'sectionTitle','rows':[{'rowId':'customId','title':'ListItem1','description':'desc'},{'rowId':'oGSRoD','title':'ListItem2','description':''}]}]
| Name | Type | Optional | Description |
|---|---|---|---|
sections
|
Array of any
|
| |
Returns
Array of any