Appearance
Interface: HighlightSelectorOptions
Defined in: src/highlight/highlightSelector.tsx:7
Options for the highlightSelector helpers.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
color? | string | Set the highlight color. Accepts any CSS color value. | src/highlight/highlightSelector.tsx:9 |
ensureVisible? | boolean | If true, only apply the highlight to visible elements. | src/highlight/highlightSelector.tsx:11 |
blink? | boolean | If true, the highlight blinks. | src/highlight/highlightSelector.tsx:13 |
blinkInterval? | number | Blink interval in milliseconds. | src/highlight/highlightSelector.tsx:15 |