mirror of
https://github.com/johndoe6345789/low-code-react-app-b.git
synced 2026-04-24 13:44:54 +00:00
24 lines
476 B
JSON
24 lines
476 B
JSON
{
|
|
"type": "ComponentTreeHeader",
|
|
"jsonCompatible": false,
|
|
"wrapperRequired": true,
|
|
"load": {
|
|
"path": "@/components/molecules/ComponentTreeHeader",
|
|
"export": "ComponentTreeHeader"
|
|
},
|
|
"props": {
|
|
"componentsCount": {
|
|
"source": "data.count"
|
|
},
|
|
"onExpandAll": {
|
|
"source": "data.onExpandAll"
|
|
},
|
|
"onCollapseAll": {
|
|
"source": "data.onCollapseAll"
|
|
}
|
|
},
|
|
"metadata": {
|
|
"notes": "Contains hooks - needs wrapper"
|
|
}
|
|
}
|