1
0
Fork 0
mirror of synced 2024-09-14 16:27:26 +12:00
budibase/packages/server/appPackages/testApp2/components/Primary Button.json

30 lines
539 B
JSON
Raw Normal View History

2019-09-20 19:01:35 +12:00
{
"name": "Primary Button",
"description": "",
"inherits": "@budibase/standard-components/button",
"props": {
"onClick": [
{
2019-09-22 16:02:33 +12:00
"##eventHandlerType": "Load Record",
2019-09-20 19:01:35 +12:00
"parameters": {
"recordKey": "waa",
"statePath": "yea"
}
},
{
2019-09-22 16:02:33 +12:00
"##eventHandlerType": "Load Record",
2019-09-20 19:01:35 +12:00
"parameters": {
"recordKey": "ttt",
"statePath": "eee"
}
}
],
"contentText": {
"##bbstate": "yea"
}
},
"tags": [
"button"
]
}