Untitled
public javascript v1 · immutableRect( Item("myItem", { x: 100, y: 200 }, Rect( anchors.left($(parent.left) + 1) ) ), Item( onComplete(function() { doSomething() }) ))Rect( Item("myItem", { x: 100, y: 200 }, Rect( anchors.left($(parent.left) + 1) ) ), Item( onComplete(function() { doSomething() }) ))