Ir al contenido

SegmentType

const SegmentType: object

Defined in: geometry/Geometry.ts:7

GoJS-compatible: the kind of segment within a PathFigure.

readonly Arc: 5 = 5

readonly Bezier: 3 = 3

readonly Line: 2 = 2

readonly Move: 1 = 1

readonly QuadraticBezier: 4 = 4

readonly SvgArc: 6 = 6