Skip to content

Interface: HighlightSelectorOptions

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

Options for the highlightSelector helpers.

Properties

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

Matterway Assistant SDK Documentation