This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"_beagleComponent_": "beagle:button", | |
"text": "Beagle Button", | |
"onPress": [ | |
{ | |
"_beagleAction_": "custom:myCustomAction", | |
"value": "ParameterForAction." | |
} | |
] | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"data": [ | |
{ | |
"viewType": "button", | |
"title": "Hello Button" | |
}, | |
{ | |
"viewType": "verticalscroll", | |
"title": "Vertical Scroll", | |
"data":[ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"data": [ | |
{ | |
"viewType": "text", | |
"title": "Hello text" | |
}, | |
{ | |
"viewType": "button", | |
"title": "Hello Button" | |
}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"data":[ | |
{ | |
"viewType":"text", | |
"title":"Hello text", | |
}, | |
{ | |
"viewType":"button", | |
"title":"Hello Button", | |
} |