Hey there
When trying to create LineWidgets with captions, the latter don’t show up anywhere.
Maybe I’m understanding these captions wrong though..
My data to create the widget from is for example:
```
"type":"LINE",
"startWidgetId":"3458764518694665547",
"endWidgetId":"3458764518694665157",
"style":{"lineType":2,"lineStyle":1,"lineEndStyle":6,"lineStartStyle":0,"lineThickness":2,"lineColor":"#ff1500"},
"captions":i{"text":"depends"}],
"capabilities":{"editable":false},
"metadata":{"{id}":{"id":{id}}}}
```
Creating a widget based on this data works, but the result lacks a caption.
What i’d expect/want is:
Am I using the “captions” property correctly?