When I look at your screenshot, it seem that you have removed the “function” already there when you create an element.

function(instance, properties, context) {

}

If for the “update” part

function(instance, context) {

}

If for initialize

2 Likes