deeke-script-app 1.6.3 → 1.6.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -107,18 +107,6 @@ declare global {
|
|
|
107
107
|
*/
|
|
108
108
|
public length(): number;
|
|
109
109
|
|
|
110
|
-
/**
|
|
111
|
-
* 获取多个子控件
|
|
112
|
-
* @param uiSelector 查询条件
|
|
113
|
-
*/
|
|
114
|
-
public findChildren(uiSelector: UiSelector): UiObject[];
|
|
115
|
-
|
|
116
|
-
/**
|
|
117
|
-
* 获取一个子控件
|
|
118
|
-
* @param uiSelector 查询条件
|
|
119
|
-
*/
|
|
120
|
-
public findChild(uiSelector: UiSelector): UiObject;
|
|
121
|
-
|
|
122
110
|
/**
|
|
123
111
|
* 获取子控件数量
|
|
124
112
|
*/
|