mirror of
https://github.com/openharmony/third_party_jsframework.git
synced 2026-07-19 14:33:33 -04:00
support getXComponentSurfaceId of xcomponent in js
Signed-off-by: zhangbingce <zhangbingce@huawei.com> Change-Id: I2d15e5a3f41f700fe3f9ecd6e8f73fc1a7978042
This commit is contained in:
@@ -137,7 +137,7 @@ const ComponentsInfo: components<string>[] = [
|
||||
'type': 'canvas'
|
||||
},
|
||||
{
|
||||
'methods': ['getXComponentContext', 'createIntersectionObserver', 'addChild'],
|
||||
'methods': ['getXComponentContext', 'createIntersectionObserver', 'addChild', 'getXComponentSurfaceId'],
|
||||
'type': 'xcomponent'
|
||||
},
|
||||
{'methods': ['show', 'close', 'getBoundingClientRect', 'scrollBy', 'getScrollOffset', 'scrollTo', 'createIntersectionObserver', 'addChild'], 'type': 'dialog'},
|
||||
|
||||
Reference in New Issue
Block a user