Skip to content

ResultDomItemChild.render method

ResultDomItemChild › render

Unofficial

Render this match with optional surrounding text indicators.

Signature:

render(hasTextBefore: boolean, hasTextAfter: boolean): void

Parameters:

Parameter Type Description
hasTextBefore boolean Whether there is text before this match.
hasTextAfter boolean Whether there is text after this match.

Returns: void