!545 toolbar增加getInspector方法用于XTS

Merge pull request !545 from 李俊峰/cherry-pick-1658714449
This commit is contained in:
openharmony_ci
2022-07-25 16:31:02 +00:00
committed by Gitee
+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' }
];