Skip to content

Variable: defaultPolygonStyle

ts
const defaultPolygonStyle: PolygonStyle;

Default style configuration for polygon annotations.

Example

typescript
{
  background: "transparent",
  strokeWidth: 2,
  borderRadius: 8,
  padding: 16,
  strokeType: "plain",
  strokeColor: "#000000"
}