@IBInspectable not accepted

Would it be possible to allow @IBInspectable so we can allow properties to be set via Interface Builder or would this technically not possible?

I don’t think it would help, as interface builder depends on parsing the swift or objc code and building your controls on the fly for hosting them, which won’t work with Elements-written code (swift or Oxygene/c#).