mirror of
https://github.com/openharmony/developtools_ace-js2bundle.git
synced 2026-07-19 10:15:08 -04:00
sync xcomponent interface for js
Signed-off-by: zhangbingce <zhangbingce@huawei.com> Change-Id: I745f32718e28a63380997e746ce78297d9f7b552
This commit is contained in:
@@ -1544,14 +1544,15 @@ const richNativeTag = {
|
||||
'xcomponent': {
|
||||
atomic: true,
|
||||
selfClosing: true,
|
||||
uevents: ['xcomponentinit', 'xcomponentdestroy'],
|
||||
uevents: ['load', 'destroy'],
|
||||
uattrs: {
|
||||
name: {},
|
||||
id: {
|
||||
required: true,
|
||||
},
|
||||
type: {
|
||||
required: true,
|
||||
},
|
||||
libraryname: {},
|
||||
id: {},
|
||||
ref: {},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user