# HighlightArgs

## Content

# Type Alias: HighlightArgs

```ts
type HighlightArgs = HighlightStyleArgs & HighlightBehaviorArgs;
```

Combined options for adding or updating a text highlight.

This type merges the style and behavior options for customizing and managing text highlights.
