HighlighterToolSettings


Properties

color

color: string

The color of the element in some CSS-like format.

Example

"#ABC123";
"rgb(255, 0, 0)";
"hsl(200, 100%, 50%)";

Default

"#C93535"

renderHoles

renderHoles: boolean

Whether to render the holes of the highlighted area.

Default

false

opacity

opacity: number

The opacity of the highlighter, between 0 and 1.

Default

0.5

size

size: number

Last updated

Was this helpful?