Appearance
Interface: HighlightSelectorOptions
Defined in: packages/sdk/src/highlight/highlightSelector.tsx:8
Options for the highlightSelector helpers.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
blink? | boolean | If true, the highlight blinks. | packages/sdk/src/highlight/highlightSelector.tsx:10 |
blinkInterval? | number | Blink interval in milliseconds. | packages/sdk/src/highlight/highlightSelector.tsx:12 |
color? | string | Set the highlight color. Accepts any CSS color value. | packages/sdk/src/highlight/highlightSelector.tsx:14 |
ensureVisible? | boolean | If true, only apply the highlight to visible elements. | packages/sdk/src/highlight/highlightSelector.tsx:16 |