Type Alias TCanvasShapeLineSymbol
TCanvasShapeLineSymbol: { beginDecoration?: undefined | string; beginTangentAngle: number; creationTime: number; endDecoration?: undefined | string; endTangentAngle: number; firstPoint: TPoint; id: string; lastPoint: TPoint; modificationDate: number; style: { color?: string; fill?: string; opacity?: number; width?: number; [key: string]: undefined | string | number; }; type: string;}