SerialisedPathObjectData
Defined in: src/context/protocol.ts:646
Serialised path object data.
Properties
Section titled “Properties”drawMode
Section titled “drawMode”drawMode:
object
Defined in: src/context/protocol.ts:649
fill:
PathFillMode
stroke
Section titled “stroke”stroke:
boolean
lineCap
Section titled “lineCap”lineCap:
LineCapStyle
Defined in: src/context/protocol.ts:651
lineJoin
Section titled “lineJoin”lineJoin:
LineJoinStyle
Defined in: src/context/protocol.ts:652
segmentCount
Section titled “segmentCount”segmentCount:
number
Defined in: src/context/protocol.ts:647
segments
Section titled “segments”segments:
SerialisedPathSegment[]
Defined in: src/context/protocol.ts:648
strokeWidth
Section titled “strokeWidth”strokeWidth:
number
Defined in: src/context/protocol.ts:650