Skip to main content

sdk.highlight.highlightselectoroptions

Home > @matterway/sdk > Highlight > HighlightSelectorOptions

Highlight.HighlightSelectorOptions interface

Options for the highlightSelector helpers.

Signature:

export interface HighlightSelectorOptions 

Properties

PropertyModifiersTypeDescription
color?HighlightOptions['color'](Optional) Customize the color for the highlight. Can be any css color value.
ensureVisible?WatchSelectorOptions['ensureVisible'](Optional) If true, only apply the highlight to visible elements.
useDistanceFromTop?HighlightOptions['useDistanceFromTop'](Optional)