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