[]
        
(Showing Draft Content)

HighlightStyleArgs

Type Alias: HighlightStyleArgs

type HighlightStyleArgs = object;

Options for customizing the appearance of a text highlight.

Properties

borderColor?

optional borderColor: string;

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


borderWidth?

optional borderWidth: number;

The width of the highlight border in pixels.


color?

optional color: string;

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