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