Skip to content

Editor.removeHighlights method

Editor › removeHighlights

Unofficial

Removes all highlights of specified class.

Signature:

removeHighlights(style: string): void

Parameters:

Parameter Type Description
style string The highlight style class to remove.

Returns: void