Collection of shape type constants to expose to JavaScript code.
staticinline read onlyCIRCLE:Int = ShapeType.CIRCLE
staticinline read onlyELLIPSE:Int = ShapeType.ELLIPSE
staticinline read onlyLINE:Int = ShapeType.LINE
staticinline read onlyRECTANGLE:Int = ShapeType.RECTANGLE
staticinline read onlyTRIANGLE:Int = ShapeType.TRIANGLE