Package-level declarations

Types

Link copied to clipboard
open class Highlight(initialRanges: AbstractRange) : MutableSetLike<AbstractRange>

The Highlight interface of the CSS Custom Highlight API is used to represent a collection of AbstractRange instances to be styled using the API.

Link copied to clipboard
Link copied to clipboard
sealed class HighlightRegistry : MutableMapLike<ERROR CLASS: Symbol not found for JsString, Highlight>

The HighlightRegistry interface of the CSS Custom Highlight API is used to register Highlight objects to be styled using the API. It is accessed via CSS.highlights.

Link copied to clipboard
Link copied to clipboard
sealed interface HighlightType