# HighlightStyleArgs

## Content

# Type Alias: HighlightStyleArgs

```ts
type HighlightStyleArgs = object;
```

Options for customizing the appearance of a text highlight.

## Properties

### borderColor?

```ts
optional borderColor: string;
```

The border color for the highlight, specified in `rgba`, `hex`, or named color format.

***

### borderWidth?

```ts
optional borderWidth: number;
```

The width of the highlight border in pixels.

***

### color?

```ts
optional color: string;
```

The fill color for the highlight, specified in `rgba`, `hex`, or named color format.
