JS : https://playground.babylonjs.com/#C6V6UY#610
v
v
v
TS : https://playground.babylonjs.com/#E2XN5V#13
Hello and welcome to the Babylon community! I recommend reading on Typescript so you can understand the error messages better: TypeScript Tutorial
Basically you are adding properties like floatLeft which are not defined in the Ellipse. Typescript wants to be sure this is not a mistake.