mirror of
https://github.com/Gongxh0901/kunpolibrary
synced 2025-12-05 20:29:10 +00:00
UI模块添加数据绑定装饰器
1.添加数据基类,子类自动添加代理,数据变化自动通知 2.支持同属性多装饰器
This commit is contained in:
13
demo/extensions-config/fgui/Data/DataItem.json
Normal file
13
demo/extensions-config/fgui/Data/DataItem.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"props": {
|
||||
"lab_level": {
|
||||
"name": "lab_level",
|
||||
"idPath": "n1_c2y1",
|
||||
"namePath": "lab_level"
|
||||
}
|
||||
},
|
||||
"callbacks": {},
|
||||
"controls": {},
|
||||
"transitions": {},
|
||||
"__version__": "0.0.1"
|
||||
}
|
||||
Reference in New Issue
Block a user