Skip to content

Interface: HighlightSelectorOptions

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

Options for the highlightSelector helpers.

Properties

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

Matterway Assistant SDK Documentation