Skip to content

PointShape🔗

Definition🔗

type PointShape string
const (
    PointShapeCircle PointShape = "circle"
    PointShapeSquare PointShape = "square"
)