Interface HighlightOptions

Options for the Highlight class.

interface HighlightOptions {
    color?: string;
}

Properties

Properties

color?: string

Customize the color for the highlight. Can be any css color value.