-
Notifications
You must be signed in to change notification settings - Fork 222
Open
Description
Hi.
I am wondering how I would get the size of a connector without start and end items. This happens if you draw a line on a frame/board.
In the api it looks like this:
{
"shape": "straight",
"boardId": "redacted",
"id": "redacted",
"createdAt": "2025-01-15T15:12:06.000Z",
"createdBy": { "id": "redacted", "type": "user"},
"isSupported": false,
"links": {
"self": "https://api.miro.com/v2/boards/uXjVLvatKbA%3D/connectors/redacted"
},
"modifiedAt": "2025-01-15T15:12:06.000Z",
"modifiedBy": { "id": "redacted", "type": "user" },
"style": {
"endStrokeCap": "none",
"startStrokeCap": "none",
"strokeColor": "#333333",
"strokeStyle": "normal",
"strokeWidth": "2.0"
},
"type": "connector"
}Meaning there is no position info available. Is this an api bug? If so where do I file this?
Metadata
Metadata
Assignees
Labels
No labels
