ms-types 0.1.7 → 0.1.8
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.
package/package.json
CHANGED
package/types/node.d.ts
CHANGED
|
@@ -156,15 +156,6 @@ declare class NodeSelector {
|
|
|
156
156
|
* @returns 节点信息
|
|
157
157
|
*/
|
|
158
158
|
getOneNodeInfo(timeout?: number): NodeInfo | null;
|
|
159
|
-
/**
|
|
160
|
-
* 加载节点
|
|
161
|
-
* @param timeout 超时时间,单位毫秒 默认为 5000 毫秒
|
|
162
|
-
*/
|
|
163
|
-
loadNode(timeout?: number): NodeSelector;
|
|
164
|
-
/**
|
|
165
|
-
* 清除条件
|
|
166
|
-
*/
|
|
167
|
-
clearSelector(): NodeSelector;
|
|
168
159
|
/**
|
|
169
160
|
* 获取节点xpath
|
|
170
161
|
* @param path xpath路径
|
|
@@ -157,15 +157,6 @@ declare class $节点选择器 {
|
|
|
157
157
|
* @returns 节点信息
|
|
158
158
|
*/
|
|
159
159
|
获取一个节点(超时时间?: 数字): $节点信息 | null;
|
|
160
|
-
/**
|
|
161
|
-
* 加载节点
|
|
162
|
-
* @param 超时时间 超时时间,单位毫秒 默认为 5000 毫秒
|
|
163
|
-
*/
|
|
164
|
-
加载节点数据(超时时间?: 数字): $节点选择器;
|
|
165
|
-
/**
|
|
166
|
-
* 清除条件
|
|
167
|
-
*/
|
|
168
|
-
清除所有选择条件(): $节点选择器;
|
|
169
160
|
/**
|
|
170
161
|
* 获取节点xpath
|
|
171
162
|
* @param xpath 节点xpath路径
|