List View
{
"view": {
"type": "list",
"options": [
{
"title": "Open Google",
"action": {
"type": "open-url",
"url": "https://www.google.com/"
}
},
{
"title": "Copy Google URL",
"action": {
"type": "copy",
"value": "https://www.google.com/"
}
},
{
"title": "Paste Google URL",
"action": {
"type": "paste",
"value": "https://www.google.com/"
}
},
{
"title": "Show Google URL",
"action": {
"type": "show-toast",
"message": "https://www.google.com/"
}
}
]
}
}ListOption
Group
Option's Main Action
Option's Move Action
Last updated