HighlightShapeOptions

See source code
Table of contents
interface HighlightShapeOptions {}

Properties

maxPointsPerShape

readonly

The maximum number of points in a line before the draw tool will begin a new shape. A higher number will lead to poor performance while drawing very long lines.

readonly maxPointsPerShape: number;

overlayOpacity

readonly
readonly overlayOpacity: number;

underlayOpacity

readonly
readonly underlayOpacity: number;

Prev
FrameShapeOptions
Next
NoteShapeOptions