class Foo extends Node { function create() { Group { content: [ Circle { centerX: 150 centerY: 120 radius: 80 } ] } } }