1
0
Fork 0
mirror of synced 2024-08-29 16:53:05 +12:00
budibase/packages/server/appPackages/testApp2/components/Primary Button.json
2019-09-22 05:02:33 +01:00

29 lines
539 B
JSON

{
"name": "Primary Button",
"description": "",
"inherits": "@budibase/standard-components/button",
"props": {
"onClick": [
{
"##eventHandlerType": "Load Record",
"parameters": {
"recordKey": "waa",
"statePath": "yea"
}
},
{
"##eventHandlerType": "Load Record",
"parameters": {
"recordKey": "ttt",
"statePath": "eee"
}
}
],
"contentText": {
"##bbstate": "yea"
}
},
"tags": [
"button"
]
}