Appearance
Interface: ShowHighlightOptions
Defined in: src/highlight/showHighlight.tsx:7
Options for showHighlight.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
selectors | string | string[] | CSS selectors of the elements to highlight. | src/highlight/showHighlight.tsx:9 |
color | string | Highlight color (hex value). | src/highlight/showHighlight.tsx:11 |
buttons | MessageBubbleButtonProps[] | Buttons shown on the form overlay. | src/highlight/showHighlight.tsx:13 |
text | string | Text shown in the user-fill field. | src/highlight/showHighlight.tsx:15 |
description? | string | Optional form description. | src/highlight/showHighlight.tsx:17 |
title? | string | Optional form title. | src/highlight/showHighlight.tsx:19 |