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 Range instances to be styled using the API.

Link copied to clipboard

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

Link copied to clipboard
sealed interface HighlightType