Skip to content

Interface: HighlightSelectorOptions

Defined in: src/highlight/highlightSelector.tsx:7

Options for the highlightSelector helpers.

Properties

PropertyTypeDescriptionDefined in
color?stringSet the highlight color. Accepts any CSS color value.src/highlight/highlightSelector.tsx:9
ensureVisible?booleanIf true, only apply the highlight to visible elements.src/highlight/highlightSelector.tsx:11
blink?booleanIf true, the highlight blinks.src/highlight/highlightSelector.tsx:13
blinkInterval?numberBlink interval in milliseconds.src/highlight/highlightSelector.tsx:15

Matterway Assistant SDK Documentation