EmbeddedComponent

Signed-off-by: ZhangYu <zhangyu578@huawei.com>
Change-Id: I59b2e606043b8cf5962272f18529235c9777b61a
This commit is contained in:
ZhangYu 2024-02-26 11:34:07 +00:00
parent 6182574e57
commit f170592bd2
3 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,9 @@
{
"name": "EmbeddedComponent",
"attrs": [
"onTerminated",
"onError"
],
"atomic": true
}

View File

@ -122,6 +122,7 @@
"Divider",
"EffectComponent",
"Ellipse",
"EmbeddedComponent",
"Flex",
"FormComponent",
"Gauge",
@ -328,6 +329,11 @@
"type": "EllipseAttribute",
"instance": "EllipseInstance"
},
{
"name": "EmbeddedComponent",
"type": "EmbeddedComponentAttribute",
"instance": "EmbeddedComponentInstance"
},
{
"name": "Flex",
"type": "FlexAttribute",

View File

@ -118,6 +118,7 @@
"Divider",
"EffectComponent",
"Ellipse",
"EmbeddedComponent",
"Flex",
"FolderStack",
"FormComponent",
@ -330,6 +331,11 @@
"type": "EllipseAttribute",
"instance": "EllipseInstance"
},
{
"name": "EmbeddedComponent",
"type": "EmbeddedComponentAttribute",
"instance": "EmbeddedComponentInstance"
},
{
"name": "Flex",
"type": "FlexAttribute",