[]
type HighlightStyleArgs = object;
Options for customizing the appearance of a text highlight.
optional borderColor: string;
The border color for the highlight, specified in rgba, hex, or named color format.
optional borderWidth: number;
The width of the highlight border in pixels.
optional color: string;
The fill color for the highlight, specified in rgba, hex, or named color format.