@@ -115,7 +115,13 @@ <h5 class="docs-api-h5 docs-api-method-header">Methods</h5>
115
115
</ div > getAllChildLoaders
116
116
</ th >
117
117
</ tr >
118
- </ thead > < thead >
118
+ </ thead > < tr class ="docs-api-method-description-row ">
119
+ < td colspan ="2 " class ="docs-api-method-description-cell ">
120
+ < p > Gets a list of < code > HarnessLoader</ code > for each element matching the given selector under the current
121
+ harness's cotnent that searches for harnesses under that element.</ p >
122
+
123
+ </ td >
124
+ </ tr > < thead >
119
125
< tr class ="docs-api-method-parameters-header-row ">
120
126
< th colspan ="2 " class ="docs-api-method-parameters-header-cell "> Parameters</ th >
121
127
</ tr >
@@ -129,7 +135,8 @@ <h5 class="docs-api-h5 docs-api-method-header">Methods</h5>
129
135
</ td >
130
136
< td class ="docs-api-method-parameter-description-cell ">
131
137
< p class ="docs-api-method-parameter-description ">
132
-
138
+ < p > The selector for elements in the component's content.</ p >
139
+
133
140
</ p >
134
141
</ td >
135
142
</ tr >
@@ -144,7 +151,8 @@ <h5 class="docs-api-h5 docs-api-method-header">Methods</h5>
144
151
</ td >
145
152
< td class ="docs-api-method-returns-description-cell ">
146
153
< p class ="docs-api-method-returns-description ">
147
-
154
+ < p > A list of < code > HarnessLoader</ code > for each element matching the given selector.</ p >
155
+
148
156
</ p >
149
157
</ td >
150
158
</ tr > </ table >
@@ -161,7 +169,12 @@ <h5 class="docs-api-h5 docs-api-method-header">Methods</h5>
161
169
</ div > getAllHarnesses
162
170
</ th >
163
171
</ tr >
164
- </ thead > < thead >
172
+ </ thead > < tr class ="docs-api-method-description-row ">
173
+ < td colspan ="2 " class ="docs-api-method-description-cell ">
174
+ < p > Gets all matching harnesses for the given query within the current harness's content.</ p >
175
+
176
+ </ td >
177
+ </ tr > < thead >
165
178
< tr class ="docs-api-method-parameters-header-row ">
166
179
< th colspan ="2 " class ="docs-api-method-parameters-header-cell "> Parameters</ th >
167
180
</ tr >
@@ -175,7 +188,8 @@ <h5 class="docs-api-h5 docs-api-method-header">Methods</h5>
175
188
</ td >
176
189
< td class ="docs-api-method-parameter-description-cell ">
177
190
< p class ="docs-api-method-parameter-description ">
178
-
191
+ < p > The harness query to search for.</ p >
192
+
179
193
</ p >
180
194
</ td >
181
195
</ tr >
@@ -190,7 +204,8 @@ <h5 class="docs-api-h5 docs-api-method-header">Methods</h5>
190
204
</ td >
191
205
< td class ="docs-api-method-returns-description-cell ">
192
206
< p class ="docs-api-method-returns-description ">
193
-
207
+ < p > The list of harness matching the given query.</ p >
208
+
194
209
</ p >
195
210
</ td >
196
211
</ tr > </ table >
@@ -240,7 +255,13 @@ <h5 class="docs-api-h5 docs-api-method-header">Methods</h5>
240
255
</ div > getChildLoader
241
256
</ th >
242
257
</ tr >
243
- </ thead > < thead >
258
+ </ thead > < tr class ="docs-api-method-description-row ">
259
+ < td colspan ="2 " class ="docs-api-method-description-cell ">
260
+ < p > Gets a < code > HarnessLoader</ code > that searches for harnesses under the first element matching the given
261
+ selector within the current harness's content.</ p >
262
+
263
+ </ td >
264
+ </ tr > < thead >
244
265
< tr class ="docs-api-method-parameters-header-row ">
245
266
< th colspan ="2 " class ="docs-api-method-parameters-header-cell "> Parameters</ th >
246
267
</ tr >
@@ -254,7 +275,8 @@ <h5 class="docs-api-h5 docs-api-method-header">Methods</h5>
254
275
</ td >
255
276
< td class ="docs-api-method-parameter-description-cell ">
256
277
< p class ="docs-api-method-parameter-description ">
257
-
278
+ < p > The selector for an element in the component's content.</ p >
279
+
258
280
</ p >
259
281
</ td >
260
282
</ tr >
@@ -269,7 +291,8 @@ <h5 class="docs-api-h5 docs-api-method-header">Methods</h5>
269
291
</ td >
270
292
< td class ="docs-api-method-returns-description-cell ">
271
293
< p class ="docs-api-method-returns-description ">
272
-
294
+ < p > A < code > HarnessLoader</ code > that searches for harnesses under the given selector.</ p >
295
+
273
296
</ p >
274
297
</ td >
275
298
</ tr > </ table >
@@ -286,7 +309,12 @@ <h5 class="docs-api-h5 docs-api-method-header">Methods</h5>
286
309
</ div > getHarness
287
310
</ th >
288
311
</ tr >
289
- </ thead > < thead >
312
+ </ thead > < tr class ="docs-api-method-description-row ">
313
+ < td colspan ="2 " class ="docs-api-method-description-cell ">
314
+ < p > Gets the first matching harness for the given query within the current harness's content.</ p >
315
+
316
+ </ td >
317
+ </ tr > < thead >
290
318
< tr class ="docs-api-method-parameters-header-row ">
291
319
< th colspan ="2 " class ="docs-api-method-parameters-header-cell "> Parameters</ th >
292
320
</ tr >
@@ -300,7 +328,8 @@ <h5 class="docs-api-h5 docs-api-method-header">Methods</h5>
300
328
</ td >
301
329
< td class ="docs-api-method-parameter-description-cell ">
302
330
< p class ="docs-api-method-parameter-description ">
303
-
331
+ < p > The harness query to search for.</ p >
332
+
304
333
</ p >
305
334
</ td >
306
335
</ tr >
@@ -315,7 +344,8 @@ <h5 class="docs-api-h5 docs-api-method-header">Methods</h5>
315
344
</ td >
316
345
< td class ="docs-api-method-returns-description-cell ">
317
346
< p class ="docs-api-method-returns-description ">
318
-
347
+ < p > The first harness matching the given query.</ p >
348
+
319
349
</ p >
320
350
</ td >
321
351
</ tr > </ table >
@@ -332,7 +362,12 @@ <h5 class="docs-api-h5 docs-api-method-header">Methods</h5>
332
362
</ div > getHarnessOrNull
333
363
</ th >
334
364
</ tr >
335
- </ thead > < thead >
365
+ </ thead > < tr class ="docs-api-method-description-row ">
366
+ < td colspan ="2 " class ="docs-api-method-description-cell ">
367
+ < p > Gets the first matching harness for the given query within the current harness's content.</ p >
368
+
369
+ </ td >
370
+ </ tr > < thead >
336
371
< tr class ="docs-api-method-parameters-header-row ">
337
372
< th colspan ="2 " class ="docs-api-method-parameters-header-cell "> Parameters</ th >
338
373
</ tr >
@@ -346,7 +381,8 @@ <h5 class="docs-api-h5 docs-api-method-header">Methods</h5>
346
381
</ td >
347
382
< td class ="docs-api-method-parameter-description-cell ">
348
383
< p class ="docs-api-method-parameter-description ">
349
-
384
+ < p > The harness query to search for.</ p >
385
+
350
386
</ p >
351
387
</ td >
352
388
</ tr >
@@ -361,7 +397,8 @@ <h5 class="docs-api-h5 docs-api-method-header">Methods</h5>
361
397
</ td >
362
398
< td class ="docs-api-method-returns-description-cell ">
363
399
< p class ="docs-api-method-returns-description ">
364
-
400
+ < p > The first harness matching the given query, or null if none is found.</ p >
401
+
365
402
</ p >
366
403
</ td >
367
404
</ tr > </ table >
@@ -378,7 +415,13 @@ <h5 class="docs-api-h5 docs-api-method-header">Methods</h5>
378
415
</ div > hasHarness
379
416
</ th >
380
417
</ tr >
381
- </ thead > < thead >
418
+ </ thead > < tr class ="docs-api-method-description-row ">
419
+ < td colspan ="2 " class ="docs-api-method-description-cell ">
420
+ < p > Checks whether there is a matching harnesses for the given query within the current harness's
421
+ content.</ p >
422
+
423
+ </ td >
424
+ </ tr > < thead >
382
425
< tr class ="docs-api-method-parameters-header-row ">
383
426
< th colspan ="2 " class ="docs-api-method-parameters-header-cell "> Parameters</ th >
384
427
</ tr >
@@ -392,7 +435,8 @@ <h5 class="docs-api-h5 docs-api-method-header">Methods</h5>
392
435
</ td >
393
436
< td class ="docs-api-method-parameter-description-cell ">
394
437
< p class ="docs-api-method-parameter-description ">
395
-
438
+ < p > The harness query to search for.</ p >
439
+
396
440
</ p >
397
441
</ td >
398
442
</ tr >
@@ -407,7 +451,8 @@ <h5 class="docs-api-h5 docs-api-method-header">Methods</h5>
407
451
</ td >
408
452
< td class ="docs-api-method-returns-description-cell ">
409
453
< p class ="docs-api-method-returns-description ">
410
-
454
+ < p > Whetehr there is matching harnesses for the given query.</ p >
455
+
411
456
</ p >
412
457
</ td >
413
458
</ tr > </ table >
0 commit comments