1
0
Fork 0
mirror of synced 2024-09-09 22:16:26 +12:00
budibase/packages/server/appPackages/testApp2/components/Contact/Contact homepage.json

37 lines
780 B
JSON
Raw Normal View History

2019-10-19 05:32:03 +13:00
{
"inherits": "@budibase/standard-components/container",
2019-10-19 05:32:03 +13:00
"name": "Contact/Contact homepage",
"props": {
2019-10-19 19:24:20 +13:00
"className": "d-flex flex-column h-100",
2019-10-19 05:32:03 +13:00
"children": [
{
"component": {
"_component": "Contact/homepage buttons"
}
},
{
"component": {
"_component": "all_contacts Table"
2019-10-19 19:24:20 +13:00
},
"className": "flex-gow-1 overflow-auto"
2019-10-19 05:32:03 +13:00
}
],
"onLoad": [
{
"##eventHandlerType": "Set State",
"parameters": {
"path": "isEditingContact",
"value": ""
}
},
{
"##eventHandlerType": "List Records",
"parameters": {
"statePath": "/all_contacts",
"indexKey": "/all_contacts"
}
}
]
}
}