Appearance
Interface: ShowHighlightOptions
Defined in: src/highlight/showHighlight.tsx:8
Options for showHighlight.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
selectors | string | string[] | CSS selectors of the elements to highlight. | src/highlight/showHighlight.tsx:10 |
color | string | Highlight color (hex value). | src/highlight/showHighlight.tsx:12 |
buttons | MessageBubbleButtonProps[] | Buttons shown on the form overlay. | src/highlight/showHighlight.tsx:14 |
text | string | Text shown in the user-fill field. | src/highlight/showHighlight.tsx:16 |
description? | string | Optional form description. | src/highlight/showHighlight.tsx:18 |
title? | string | Optional form title. | src/highlight/showHighlight.tsx:20 |