Appearance
Interface: HighlightSelectorOptions
Defined in: src/highlight/highlightSelector.tsx:8
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:10 |
ensureVisible? | boolean | If true, only apply the highlight to visible elements. | src/highlight/highlightSelector.tsx:12 |
blink? | boolean | If true, the highlight blinks. | src/highlight/highlightSelector.tsx:14 |
blinkInterval? | number | Blink interval in milliseconds. | src/highlight/highlightSelector.tsx:16 |