add getInspector for toolbar

Signed-off-by: zcdqs <junfeng.lijunfeng@huawei.com>
Change-Id: I9cc8e8cdf0afa9c349ee66726790f6170590fc0c
This commit is contained in:
zcdqs
2022-07-25 08:39:37 +08:00
parent b90a49f80d
commit 42a3929dfd
+3 -1
View File
@@ -201,5 +201,7 @@ const ComponentsInfo: components<string>[] = [
{
'methods': ['takePhoto', 'startRecorder', 'closeRecorder', 'scrollTo', 'createIntersectionObserver', 'addChild'],
'type': 'camera'
}
},
{ 'methods': ['getInspector'], 'type': 'toolbar' },
{ 'methods': ['getInspector'], 'type': 'toolbar-item' }
];