ResultDomItemChild.render method
ResultDomItemChild › render
Unofficial
Render this match with optional surrounding text indicators.Signature:
render(hasTextBefore: boolean, hasTextAfter: boolean): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| hasTextBefore | boolean | Whether there is text before this match. |
| hasTextAfter | boolean | Whether there is text after this match. |
Returns: void