Some Polygon,Frame,Star Properties are missing!

Hi! Thanks for a decent REST API! Love IT!
Here is some
POLYGON missing pointCount property.
STAR missing pointCount and innerRadius property.
FRAME and INSTANCE missing dashPattern, strokeJoin, strokeCap and strokeMiterLimit properties
CANVAS missing guides property
cornerSmoothing property is not listed at all. Expect this to be added to the all supported node types.

Huge thanks for all your efforts! I hope you will fix this as soon as you can! Thanks again!

2 Likes

Found the same issue when using the new `exportAsync({ format: ‘JSON_REST_V1’ }).

It’s been 6-months. Love to see this added @figma team :purple_heart:

Thanks for bring this to our attention!

FRAME and INSTANCE missing dashPattern, strokeJoin, strokeCap and strokeMiterLimit properties

dashPattern is covered by strokeDashes. strokeMiterLimit is covered by strokeMiterAngle. strokeJoin and strokeCap are present in the REST API.

cornerSmoothing was recently added about a week ago.

We’ve noted the other missing properties.