ShapeData: { endPoint?: { x: number; y: number; }; shapeType: ShapeType; startPoint?: { x: number; y: number; }; strokeColor: string; strokeWidth: number; } Type declaration
Optional endPoint?: {
x: number;
y: number;
}
Optional startPoint?: {
x: number;
y: number;
}
strokeColor: string
strokeWidth: number
Shape data for shape highlights.