Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion packages/f-engine/src/shape/sector.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ export interface SectorStyleProps extends BaseStyleProps {
/** 起始角度 */
startAngle?: string | number;
endAngle?: string | number;
/** 扇形之间的间隙角度(以度为单位) */
padAngle?: string | number;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The JSDoc comment for the padAngle property has been removed. This reduces the clarity of the SectorStyleProps interface, making it harder for other developers to understand its purpose. It is a good practice to document all properties in a public interface. Please restore the comment.

Suggested change
padAngle?: string | number;
/** 扇形之间的间隙角度(以度为单位) */
padAngle?: string | number;

r?: string | number;
r0?: string | number;
Expand Down
Loading