Skip to content

Interface: ShowHighlightOptions

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

Options for showHighlight.

Properties

PropertyTypeDescriptionDefined in
selectorsstring | string[]CSS selectors of the elements to highlight.src/highlight/showHighlight.tsx:10
colorstringHighlight color (hex value).src/highlight/showHighlight.tsx:12
buttonsMessageBubbleButtonProps[]Buttons shown on the form overlay.src/highlight/showHighlight.tsx:14
textstringText shown in the user-fill field.src/highlight/showHighlight.tsx:16
description?stringOptional form description.src/highlight/showHighlight.tsx:18
title?stringOptional form title.src/highlight/showHighlight.tsx:20

Matterway Assistant SDK Documentation