Retrieve pinned object
Success Responses
{
"id": "string",
"class": "string",
"hasNamedSlots": "boolean",
"hasIndexedSlots": "boolean",
"size": "number",
"printString": "string"
}{
"id": "1",
"class": "Rectangle",
"hasNamedSlots": true,
"hasIndexedSlots": false,
"size": 0,
"printString": "1 @ 2 rightBottom: 11 @ 12"
}Last updated