Skip to content

Interface: ShowHighlightOptions

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

Options for showHighlight.

Properties

PropertyTypeDescriptionDefined in
selectorsstring | string[]CSS selectors of the elements to highlight.src/highlight/showHighlight.tsx:9
colorstringHighlight color (hex value).src/highlight/showHighlight.tsx:11
buttonsMessageBubbleButtonProps[]Buttons shown on the form overlay.src/highlight/showHighlight.tsx:13
textstringText shown in the user-fill field.src/highlight/showHighlight.tsx:15
description?stringOptional form description.src/highlight/showHighlight.tsx:17
title?stringOptional form title.src/highlight/showHighlight.tsx:19

Matterway Assistant SDK Documentation