HighlightShapeOptions
Table of contents
Extends ShapeOptionsWithDisplayValues<TLHighlightShape, HighlightShapeUtilDisplayValues>.
interface HighlightShapeOptions extends ShapeOptionsWithDisplayValues<
TLHighlightShape,
HighlightShapeUtilDisplayValues
> {}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;Methods
getCustomDisplayValues
Parameters
Returns
Partial<DisplayValues>;getDefaultDisplayValues
Parameters
Returns
DisplayValues;Prev
GeoTypeDefinitionNext
HighlightShapeUtilDisplayValues