File tree 1 file changed +7
-6
lines changed
1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -27,15 +27,16 @@ import {
27
27
* render (the object is returned by the page's `getTextContent` method).
28
28
* @property {ReadableStream } [textContentStream] - Text content stream to
29
29
* render (the stream is returned by the page's `streamTextContent` method).
30
- * @property {HTMLElement } container - HTML element that will contain text runs.
30
+ * @property {DocumentFragment } container - The DOM node that will contain the
31
+ * text runs.
31
32
* @property {import("./display_utils").PageViewport } viewport - The target
32
33
* viewport to properly layout the text runs.
33
- * @property {Array<HTMLElement> } [textDivs] - HTML elements that are correspond
34
- * to the text items of the textContent input. This is output and shall be
35
- * initially be set to empty array.
34
+ * @property {Array<HTMLElement> } [textDivs] - HTML elements that correspond to
35
+ * the text items of the textContent input.
36
+ * This is output and shall initially be set to an empty array.
36
37
* @property {Array<string> } [textContentItemsStr] - Strings that correspond to
37
- * the `str` property of the text items of textContent input. This is output
38
- * and shall be initially be set to empty array.
38
+ * the `str` property of the text items of the textContent input.
39
+ * This is output and shall initially be set to an empty array.
39
40
* @property {number } [timeout] - Delay in milliseconds before rendering of the
40
41
* text runs occurs.
41
42
* @property {boolean } [enhanceTextSelection] - Whether to turn on the text
You can’t perform that action at this time.
0 commit comments