I’m trying to create shape rectangles with custom border colors. I see we can do that in web sdk v1 and the rest API, but we can’t with the miro web sdk v2.
https://developers.miro.com/reference/create-shape-item (we have the border color param)
https://developers.miro.com/docs/shape_shape-1 (we DO NOT HAVE any params for controlling border/outline)
Using websdk2, trying to create a shape with additional params not specified in the docs fails with error. but when using websdk1, it works.
My issues is related to: Text height not updating when programmatically creating Text widgets (https://community.miro.com/developer-platform-and-apis-57/bug-created-text-widget-s-height-is-incorrect-6483) I am experimenting with creating rectangles. If text would work fine, i would not try to hack away at the rectangle shape.